Skip to content

Commit 28609e2

Browse files
committed
ci: test that setup-fpm passes all the fpm tests
1 parent 416ec5a commit 28609e2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test-workflow.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,12 @@ jobs:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
fpm-version: ${{ matrix.fpm-version }}
3737

38-
- name: test fpm
39-
run: fpm --help
38+
- name: Checkout the fpm repo
39+
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+
if: matrix.fpm-version == 'latest'
46+
run: fpm test

0 commit comments

Comments
 (0)