From 625cd567e17e86c2265dafcffdc226a07e6d6980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Wed, 26 Jan 2022 09:37:08 +0100 Subject: [PATCH] Do not run CI tests under MacOS (#418) * Dummy change * Disable runing CI tests on MacOS * Revert "Dummy change" This reverts commit 3ea6eab40d1adf80fcdb8a254eb19838337fa5fc. --- .github/workflows/macos.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 424e34f42..7cea2c730 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -55,11 +55,4 @@ jobs: echo "[workspace]" >> foobar/Cargo.toml cargo run -- contract build --manifest-path=foobar/Cargo.toml cargo run -- contract check --manifest-path=foobar/Cargo.toml - cargo run -- contract test --manifest-path=foobar/Cargo.toml - - - name: Run tests on {{ matrix.platform }}-${{ matrix.toolchain }} - # The tests take a long time in the GitHub Actions runner (~30 mins), - # hence we run them only on `master`. - if: github.ref == 'refs/heads/master' - run: | - cargo test --verbose --workspace --all-features + cargo run -- contract test --manifest-path=foobar/Cargo.toml \ No newline at end of file