Skip to content

Commit

Permalink
Run regression tests in CI on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Aug 17, 2021
1 parent 8eead03 commit ed57807
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bazel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,14 @@ jobs:
bazel test --action_env=CC=gcc --action_env=CXX=g++ \
--verbose_failures --test_output=all \
//examples/...
regression_tests_mac:
name: Regression tests (macOS)
runs-on: macos-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run regression tests on macOS
run: |
bazel test --verbose_failures --test_output=all \
//examples/...

0 comments on commit ed57807

Please sign in to comment.