Skip to content

Commit

Permalink
workflows/test: build on all cores
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-ny committed Oct 18, 2024
1 parent cca21b4 commit bfc3f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DBUILD_KWIN_EFFECT=OFF -DBUILD_TESTS=ON

- name: Build
run: cmake --build ${{github.workspace}}/build
run: cmake --build ${{github.workspace}}/build -j $(nproc)

- name: Run tests
run: ctest --test-dir ${{github.workspace}}/build --output-on-failure --verbose

0 comments on commit bfc3f79

Please sign in to comment.