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
+ 2
2
@@ -29,8 +29,8 @@ test_nightly:
check_no_std:
script:
- cargo build --no-default-features --target aarch64-unknown-none
- cargo check --examples --no-default-features --target aarch64-unknown-none
build_no_std:
script:
- cargo check --examples --no-default-features --target aarch64-unknown-none
- cargo build --no-default-features --target aarch64-unknown-none
Loading