Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
Signed-off-by: wbpcode <[email protected]>
  • Loading branch information
wbpcode committed Aug 14, 2024
1 parent c156ab6 commit 7b73036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- uses: actions/checkout@v3
- name: Run bazel test with GCC c++11
run: |
bazel test --test_output=all -c dbg --cxxopt=-std=c++0x //...
bazel test --test_output=all --cxxopt=-std=c++0x //...
- name: Run bazel test with GCC c++17
run: |
bazel test --test_output=all -c opt --cxxopt=-std=c++17 //...
bazel test --test_output=all --cxxopt=-std=c++17 //...
- name: Run bazel test with CLANG c++11
run: |
bazel test --test_output=all -c dbg --config=clang --cxxopt=-std=c++0x //...
Expand Down

0 comments on commit 7b73036

Please sign in to comment.