Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573003431
  • Loading branch information
sarahjkim authored and copybara-github committed Nov 3, 2023
1 parent d5c06cf commit 04c0780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bazel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- name: Run all tests with default --config
if: matrix.config == 'default'
run: |
bazel test --build_tests_only --test_output=errors \
bazel test --build_tests_only --test_output=errors --jobs $(nproc) \
-c ${{ matrix.compilation_mode }} -- //... -//centipede/...
- name: Run end-to-end tests with --config=fuzztest
if: matrix.config == 'fuzztest'
run: |
bazel test --build_tests_only --test_output=errors \
bazel test --build_tests_only --test_output=errors --jobs $(nproc) \
-c ${{ matrix.compilation_mode }} --config=fuzztest //e2e_tests:all

0 comments on commit 04c0780

Please sign in to comment.