Skip to content

Commit

Permalink
fix cmake pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Aug 9, 2024
1 parent 17339a3 commit 4df5d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
- uses: hendrikmuhs/[email protected]
- run: cmake -Bbuild -DBUILD_DEPS=ON -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- run: cmake --build build --parallel $(nproc)
- run: ctest --test-dir build --exclude-regex MemoryLockerTest --output-on-failure --parallel $(nproc)
- run: ctest --test-dir build --exclude-regex MemoryLockerTest --output-on-failure --parallel $(($(nproc) / 2))

0 comments on commit 4df5d59

Please sign in to comment.