Skip to content
Snippets Groups Projects
Commit 3c526318 authored by amtoine's avatar amtoine
Browse files

fix the naming confusion in the last `*_no_std` tests

parent 54a094e7
No related branches found
No related tags found
1 merge request!1CI: add same jobs as in original GitHub fork
Pipeline #2601 failed with stage
in 11 minutes and 52 seconds
......@@ -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
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