Skip to content

Commit

Permalink
Try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
welchr committed May 13, 2024
1 parent dcfa77d commit 3ad3ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cget/cget/cget.cmake -DBUILD_TESTS=1 ..
core_count=$(nproc)
make -j $(core_count)
make -j ${core_count}
cd ..
make -j $(core_count) test
make -j ${core_count} test
build/raremetal/tests/bin/tests-raremetal

0 comments on commit 3ad3ef7

Please sign in to comment.