Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BachiLi authored Jan 8, 2024
1 parent c2de553 commit ea0cf9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: ${{ matrix.os }}-${{ github.workflow }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
Expand All @@ -26,6 +27,6 @@ jobs:
- name: configure
run: mkdir build; cd build; cmake ..
- name: make
run: cd build; cmake --build . -j
run: cd build; cmake --build . -j -v
- name: make test
run: cd build; cmake --build . -- test
run: cd build; cmake --build . -v -- test

0 comments on commit ea0cf9b

Please sign in to comment.