Skip to content

Commit 7022d83

Browse files
committed
rollback prune command in fpm deployment
1 parent 62f2d0b commit 7022d83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/fpm-deployment.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ prune=(
3434
"$destdir/src/f18estop.f90"
3535
)
3636

37-
if [ ${maxrank} -lt 8 ]; then
38-
prune+=("$destdir/test/test_mean_f03.f90")
39-
fi
40-
4137
major=$(cut -d. -f1 VERSION)
4238
minor=$(cut -d. -f2 VERSION)
4339
patch=$(cut -d. -f3 VERSION)

0 commit comments

Comments
 (0)