use stable rust toolchain in ci

This commit is contained in:
Mira Ressel
2023-04-11 12:47:06 +02:00
parent 03763dd077
commit b4a50e2775
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ build-test-parachain:
artifacts: false
script:
- echo "___Building a binary, please refrain from using it in production since it goes with the debug assertions.___"
- time cargo +nightly build --release --locked --bin test-parachain
- time cargo build --release --locked --bin test-parachain
- echo "___Packing the artifacts___"
- mkdir -p ./artifacts
- mv ./target/release/test-parachain ./artifacts/.
+1 -1
View File
@@ -84,7 +84,7 @@ check-rustdoc:
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
script:
- time cargo +nightly doc --workspace --all-features --verbose --no-deps
- time cargo doc --workspace --all-features --verbose --no-deps
cargo-check-benches:
stage: test