Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,19 @@ 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: Setup the Fortran compiler
if: matrix.fpm-version == 'latest'
uses: fortran-lang/[email protected]
with:
compiler: gcc
compiler-version: 13

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