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.
2 parents 416ec5a + b86bc9a commit 3a4b939Copy full SHA for 3a4b939
.github/workflows/test-workflow.yml
@@ -35,5 +35,19 @@ 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: Setup the Fortran compiler
45
46
+ uses: fortran-lang/[email protected]
47
48
+ compiler: gcc
49
+ compiler-version: 13
50
51
+ - name: Check that all the fpm tests pass
52
53
+ run: fpm test
0 commit comments