From 570c47cca18fcf58acbcb4279824c133afa063e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 14 Jan 2020 09:05:19 -0700 Subject: Rewrite the condition --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3