Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Nov 17, 2023
1 parent deb7728 commit 2d8297a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cmake -S . -B b -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++-12 ${{ matrix.target }}
cmake --build b -j$(nproc)
- name: test
run: ctest b -j$(nproc)
run: ctest --test-dir b -j$(nproc)
- name: archive test results
uses: actions/upload-artifact@v3
if: failure()
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
cmake -S . -B b
cmake --build b -j$(nproc)
- name: test
run: ctest b -j$(nproc)
run: ctest --test-dir b -j$(nproc)
- name: archive test results
uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit 2d8297a

Please sign in to comment.