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

Commit 0ece520

Browse files
committed
Merge branch 'master' into sw/construct-runtime-pallet
2 parents c1da4af + 39b3131 commit 0ece520

File tree

68 files changed

+1646
-973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1646
-973
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ rls*.log
2424
.cargo/
2525
.cargo-remote.toml
2626
*.bin
27+
*.iml

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ test-linux-stable: &test-linux
277277
script:
278278
# this job runs all tests in former runtime-benchmarks, frame-staking and wasmtime tests
279279
- time cargo test --workspace --locked --release --verbose --features runtime-benchmarks --manifest-path bin/node/cli/Cargo.toml
280+
- time cargo test -p frame-support-test --features=conditional-storage --manifest-path frame/support/test/Cargo.toml
280281
- SUBSTRATE_TEST_TIMEOUT=1 time cargo test -p substrate-test-utils --release --verbose --locked -- --ignored timeout
281282
- sccache -s
282283

0 commit comments

Comments
 (0)