Skip to content
Merged
Changes from all commits
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
9 changes: 8 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ test:
stage: test
timeout: 1 hours
script:
- cargo test --all-features --all-targets
- cargo test --all --all-targets

test-features:
image: paritytech/ci-linux:105b919b-20210617
stage: test
timeout: 1 hours
script:
- cargo test --all --all-features --all-targets

build:
image:
Expand Down