mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
use stable rust toolchain in ci
This commit is contained in:
@@ -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/.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user