Skip to content

Commit

Permalink
Revert me: Remove --all-features (use-ink#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Müller authored Dec 1, 2020
1 parent cade40d commit 4a0d352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ test:
stage: test
<<: *docker-env
script:
- cargo test --verbose --workspace --all-features
# We are temporarily removing `--all-features` here for the build to succeed
# until our substrate dependencies are released in newer versions.
- cargo test --verbose --workspace

#### stage: build (default features)

Expand Down

0 comments on commit 4a0d352

Please sign in to comment.