Skip to content

Commit

Permalink
Use fpm 0.3.0 for testing (#41)
Browse files Browse the repository at this point in the history
- remove C test which is not supported with that fpm release (FIXME)
  • Loading branch information
awvwgk authored Feb 23, 2022
1 parent 9965c23 commit 7734ed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Fortran Package Manager
uses: fortran-lang/setup-fpm@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fpm-version: 'v0.3.0'

- name: Compile
run: fpm build --profile release
Expand Down
8 changes: 4 additions & 4 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ name = "example_primes"
source-dir = "examples"
main = "example_primes.f90"

[[test]]
name = "c-test"
source-dir = "test/api"
main = "tester.c"
# [[test]]
# name = "c-test"
# source-dir = "test/api"
# main = "tester.c"

0 comments on commit 7734ed0

Please sign in to comment.