Limited number of cores on Github Actions
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -18,5 +18,5 @@ jobs:
|
||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
|
||||
- name: Build and unit test
|
||||
run: |
|
||||
make debug
|
||||
NUMPROC=2 make debug
|
||||
make test
|
||||
|
||||
Reference in New Issue
Block a user