We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d2235 commit c57e311Copy full SHA for c57e311
.github/workflows/CI.yml
@@ -54,7 +54,7 @@ jobs:
54
run: fpm build --profile release
55
56
- name: Run test
57
- run: ./bin/test
+ run: fpm test
58
59
- name: Build documentation
60
run: ford ./pyplot-fortran.md
0 commit comments