diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 424e34f423052ba8ffdbac7e4f9c62a1a56826d0..7cea2c73038e58319885d3b6114a6a40110455cb 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