Skip to content
Snippets Groups Projects
Commit 56dee870 authored by amtoine's avatar amtoine
Browse files

use the default stable toolchain

parent 1e65baee
No related branches found
No related tags found
1 merge request!1CI: add same jobs as in original GitHub fork
Pipeline #2597 failed with stage
in 2 minutes and 25 seconds
......@@ -16,9 +16,9 @@ format:
test_stable:
script:
- cargo +stable check --examples --all
- cargo +stable check --examples --all-features --all
- cargo +stable test --release
- cargo check --examples --all
- cargo check --examples --all-features --all
- cargo test --release
test_nightly:
script:
......@@ -29,8 +29,8 @@ test_nightly:
check_no_std:
script:
- cargo +stable build --no-default-features --target aarch64-unknown-none
- cargo build --no-default-features --target aarch64-unknown-none
build_no_std:
script:
- cargo +stable check --examples --no-default-features --target aarch64-unknown-none
- cargo check --examples --no-default-features --target aarch64-unknown-none
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment