aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/CI.yml
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-27 22:34:42 -0700
committerGitHub <noreply@github.com>2020-01-27 22:34:42 -0700
commite6430d057db51822b1d8e633b0beaab9ab19cd99 (patch)
tree046baa3f5a9844d16948b4efadd216a6c5a13101 /.github/workflows/CI.yml
parent3ca76f09989c26b1964e669efba941d0ba41129e (diff)
parentc109de444b913b23766df1378e583d9cab77bda5 (diff)
downloadfpm-e6430d057db51822b1d8e633b0beaab9ab19cd99.tar.gz
fpm-e6430d057db51822b1d8e633b0beaab9ab19cd99.zip
Merge pull request #29 from certik/sigkill_fix
Use Command::new() instead of Command::cargo_new()
Diffstat (limited to '.github/workflows/CI.yml')
-rw-r--r--.github/workflows/CI.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 2f351a1..fce83bb 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -58,13 +58,6 @@ jobs:
run: |
cargo test --verbose --no-run
- - name: Run tests (Linux, Windows)
- if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'windows')
+ - name: Run tests
run: |
cargo test
-
- # Workaround for https://github.com/fortran-lang/fpm/issues/16
- - name: Run tests (macOS)
- if: contains(matrix.os, 'macos')
- run: |
- cargo test || cargo test || cargo test