Skip to content
Snippets Groups Projects

upgrade substrate to monthly-2022-01

Merged Éloïs requested to merge elois-upgrade-substrate into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -16,15 +16,15 @@ workflow:
.env:
image: paritytech/ci-linux:production
tags:
- elois-tauon
- elois-boson
fmt_and_clippy:
extends: .env
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_ID
- when: on_success
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- when: manual
stage: quality
script:
- cargo fmt -- --version
@@ -43,4 +43,5 @@ tests:
- when: manual
stage: tests
script:
- cargo build
- cargo test
Loading