Skip to content

Commit 7734ed0

Browse files
authored
Use fpm 0.3.0 for testing (#41)
- remove C test which is not supported with that fpm release (FIXME)
1 parent 9965c23 commit 7734ed0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Fortran Package Manager
4343
uses: fortran-lang/setup-fpm@v3
4444
with:
45-
github-token: ${{ secrets.GITHUB_TOKEN }}
45+
fpm-version: 'v0.3.0'
4646

4747
- name: Compile
4848
run: fpm build --profile release

fpm.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ name = "example_primes"
7272
source-dir = "examples"
7373
main = "example_primes.f90"
7474

75-
[[test]]
76-
name = "c-test"
77-
source-dir = "test/api"
78-
main = "tester.c"
75+
# [[test]]
76+
# name = "c-test"
77+
# source-dir = "test/api"
78+
# main = "tester.c"

0 commit comments

Comments
 (0)