Skip to content

Commit

Permalink
ci: test that setup-fpm passes all the fpm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Sep 18, 2024
1 parent 416ec5a commit 85e23fc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,12 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
fpm-version: ${{ matrix.fpm-version }}

- name: test fpm
run: fpm --help
- name: Checkout the fpm repo
if: matrix.fpm-version == "latest"
uses: actions/checkout@v4
with:
repository: fortran-lang/fpm

- name: Check that all the fpm tests pass
if: matrix.fpm-version == "latest"
run: fpm test

0 comments on commit 85e23fc

Please sign in to comment.