Skip to content

Commit 5e00c72

Browse files
committed
github actions tests
1 parent b9e2217 commit 5e00c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
--slave /usr/bingcov gcov /usr/bin/gcov-${GCC_V}
4343
4444
- name: Compile
45-
run: gfortran -O2 ./src/pyplot_module.f90 ./src/tests/test.f90 -o ./bin/test
45+
run: |
46+
mkdir bin
47+
gfortran -O2 ./src/pyplot_module.f90 ./src/tests/test.f90 -o ./bin/test
4648
4749
- name: Run test
4850
run: ./bin/test

0 commit comments

Comments
 (0)