Skip to content
Snippets Groups Projects

CI: add same jobs as in original GitHub fork

Merged STEVAN Antoine requested to merge ci/add-same-jobs-as-in-original-github-fork into master
+ 6
6
@@ -11,14 +11,14 @@ workflow:
format:
script:
- rustup show
- rustup component add rustfmt
- cargo fmt --all --check
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
Loading