We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712ff06 commit 0956cbcCopy full SHA for 0956cbc
1 file changed
.github/workflows/unit_tests.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Build the tests
49
run: |
50
export PATH=$(pwd)/openmpi-4.1.2/installed/bin/:$PATH
51
+ mkdir build && cd build/
52
cmake ..
53
make tests
54
env:
0 commit comments