Skip to content

Commit 0956cbc

Browse files
committed
Forgot move into build/ directory before building tests
1 parent 712ff06 commit 0956cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Build the tests
4949
run: |
5050
export PATH=$(pwd)/openmpi-4.1.2/installed/bin/:$PATH
51+
mkdir build && cd build/
5152
cmake ..
5253
make tests
5354
env:

0 commit comments

Comments
 (0)