From 3ea6eab40d1adf80fcdb8a254eb19838337fa5fc Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 25 Jan 2022 06:55:11 +0100 Subject: [PATCH 1/3] Dummy change --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 132655af..d34c8c28 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +
cargo-contract -- GitLab From 9bc1aec15463abc5f43d5cf71b948e28e81dbf62 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 26 Jan 2022 09:34:16 +0100 Subject: [PATCH 2/3] Disable runing CI tests on MacOS --- .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 424e34f4..7cea2c73 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 -- GitLab From f6134eb38041c439b31386042892a8b70ec9bab8 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 26 Jan 2022 09:36:39 +0100 Subject: [PATCH 3/3] Revert "Dummy change" This reverts commit 3ea6eab40d1adf80fcdb8a254eb19838337fa5fc. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d34c8c28..132655af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -
cargo-contract -- GitLab