aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-14 09:05:19 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-14 09:05:19 -0700
commit570c47cca18fcf58acbcb4279824c133afa063e7 (patch)
treebddb2c30c98cee330f58b139ef32d183f79427a1 /.github/workflows
parent8d948b6689a8b218ff3c791c558285edbd30c8a6 (diff)
downloadfpm-570c47cca18fcf58acbcb4279824c133afa063e7.tar.gz
fpm-570c47cca18fcf58acbcb4279824c133afa063e7.zip
Rewrite the condition
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CI.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 721dd78..a3678a1 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -67,7 +67,7 @@ jobs:
# TODO: integrate these with `cargo test` above
- name: Run manual tests
- if: ! contains(matrix.os, 'windows')
+ if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
run: |
cargo run -- --help
./run_tests.sh