Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix cargo check for pallet-contracts-proc-macro #12706

Merged
merged 3 commits into from
Nov 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add test for cargo-check of pallet-contracts-proc-macro
  • Loading branch information
joao-paulo-parity committed Nov 15, 2022
commit 2bf9534ea616f5d9f4c875cce32312d1e5e79c56
11 changes: 11 additions & 0 deletions scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ cargo-check-subkey:
- SKIP_WASM_BUILD=1 time cargo check --locked --release
- rusty-cachier cache upload

cargo-check-contracts-proc-macro:
stage: test
extends:
- .docker-env
- .test-refs
script:
- rusty-cachier snapshot create
- cd ./frame/contracts/proc-macro
- SKIP_WASM_BUILD=1 time cargo check --locked --release
joao-paulo-parity marked this conversation as resolved.
Show resolved Hide resolved
- rusty-cachier cache upload

cargo-check-try-runtime:
stage: test
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
Expand Down