Skip to content

Commit

Permalink
Do not run CI tests under MacOS (use-ink#418)
Browse files Browse the repository at this point in the history
* Dummy change

* Disable runing CI tests on MacOS

* Revert "Dummy change"

This reverts commit 3ea6eab.
  • Loading branch information
Michael Müller authored Jan 26, 2022
1 parent 63505f4 commit 625cd56
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 625cd56

Please sign in to comment.