Skip to content

Fix warnings about signed and unsigned comparisons. #78

Fix warnings about signed and unsigned comparisons.

Fix warnings about signed and unsigned comparisons. #78

Workflow file for this run

name: Bazel
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: bazel build //:opencc
- run: bazel test --test_output=all //src/... //data/... //test/...