Skip to content

Commit

Permalink
add ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Apr 26, 2024
1 parent 628e9b6 commit 73fcac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
bazelisk-version: 1.19.0
disk-cache: gcc12-basic-asan
repository-cache: true
- run: CC=gcc-12 ASAN_OPTIONS=detect_odr_violation=1 bazel test --config asan ...
- run: CC=gcc-12 ASAN_OPTIONS=detect_odr_violation=0 bazel test --config asan ...
- if: ${{ always() }}
run: env && cat /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/test/reusable/test_allocator/test.log

0 comments on commit 73fcac8

Please sign in to comment.