Skip to content

Commit

Permalink
Run regression tests with GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Aug 16, 2021
1 parent 23863aa commit 57e245f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/bazel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,15 @@ jobs:
bazel test --verbose_failures --test_output=all \
--build_tag_filters=fuzz-test --config=${{ matrix.config }} \
//examples/java/...
regression_tests_gcc:
name: Regression tests (GCC)
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run regression tests with GCC
run: |
bazel test --action_env=CC=gcc --action_env=CXX=g++ \
--verbose_failures --test_output=all \
//examples/...

0 comments on commit 57e245f

Please sign in to comment.