Skip to content

Commit

Permalink
go faster
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko authored Apr 10, 2024
1 parent 93616ea commit efb6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
tests
- working-directory: ${{github.workspace}}/build
run: make VERBOSE=1
run: make VERBOSE=1 -j$(nproc)
- working-directory: ${{github.workspace}}/build
run: make test

Expand Down

0 comments on commit efb6bff

Please sign in to comment.