Skip to content

Commit 6a78af9

Browse files
committed
fpm: remove tests for now
1 parent 8716b7a commit 6a78af9

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
- "**.cmake"
1111
- "**.f90"
1212
- ".github/workflows/ci.yml"
13-
release:
14-
types: [published]
1513

1614

1715
jobs:

.github/workflows/ci_fpm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
paths:
66
- "fpm.toml"
77
- ".github/workflows/ci_fpm.yml"
8-
release:
9-
types: [published]
10-
118

129
jobs:
1310

fpm.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,3 @@ link = ["hdf5_openmpihl_fortran", "hdf5_openmpi_fortran", "hdf5_openmpi_hl", "hd
1616

1717
[install]
1818
library = true
19-
20-
[[test]]
21-
name = "attributes"
22-
main = "test_attributes.f90"
23-
24-
[[test]]
25-
name = "cast"
26-
main = "test_cast.f90"
27-
28-
[[test]]
29-
name = "destructor"
30-
main = "test_destructor.f90"
31-
32-
[[test]]
33-
name = "exist"
34-
main = "test_exist.f90"
35-
36-
[[test]]
37-
name = "string"
38-
main = "test_string.f90"

0 commit comments

Comments
 (0)