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 113f146 commit ef26e21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
disk-cache: clang14-basic-asan
repository-cache: true
- run: CC=clang-14 bazel test --cxxopt=-stdlib=libc++ --linkopt=-stdlib=libc++ --config asan ...
- if: ${{always()}}
run: env && cat /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/test/test_type_traits/test.log

clang14-basic-tsan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef26e21

Please sign in to comment.