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 416ec5a commit 28609e2Copy full SHA for 28609e2
.github/workflows/test-workflow.yml
@@ -35,5 +35,12 @@ jobs:
35
github-token: ${{ secrets.GITHUB_TOKEN }}
36
fpm-version: ${{ matrix.fpm-version }}
37
38
- - name: test fpm
39
- run: fpm --help
+ - name: Checkout the fpm repo
+ if: matrix.fpm-version == 'latest'
40
+ uses: actions/checkout@v4
41
+ with:
42
+ repository: fortran-lang/fpm
43
+
44
+ - name: Check that all the fpm tests pass
45
46
+ run: fpm test
0 commit comments