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
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -29,8 +29,8 @@ test_nightly:
@@ -29,8 +29,8 @@ test_nightly:
check_no_std:
check_no_std:
script:
script:
- cargo build --no-default-features --target aarch64-unknown-none
- cargo check --examples --no-default-features --target aarch64-unknown-none
build_no_std:
build_no_std:
script:
script:
- cargo check --examples --no-default-features --target aarch64-unknown-none
- cargo build --no-default-features --target aarch64-unknown-none
Loading