Skip to content

Commit

Permalink
Merge pull request #351 from shepmaster/ci-names
Browse files Browse the repository at this point in the history
Clarify CI task names
  • Loading branch information
shepmaster committed Sep 25, 2022
2 parents 912b100 + 4848f95 commit d18ab69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ doc_tests_task:
- cargo +nightly test --doc --features=futures,internal-dev-dependencies
before_cache_script: rm -rf $CARGO_HOME/registry/index

no_std_test_task:
stable_no_std_test_task:
name: "Rust Stable (no_std)"
container:
image: rust:latest
Expand All @@ -95,7 +95,7 @@ no_std_test_task:
- cargo build --no-default-features --target thumbv6m-none-eabi
before_cache_script: rm -rf $CARGO_HOME/registry/index

no_std_test_task:
nightly_no_std_test_task:
name: "Rust Nightly (no_std)"
container:
image: rustlang/rust:nightly
Expand Down Expand Up @@ -140,7 +140,7 @@ nightly_test_task:
before_cache_script: rm -rf $CARGO_HOME/registry/index

vestigial_std_backtraces_test_task:
name: "Rust Nightly"
name: "Rust Nightly (backtraces)"
container:
image: rustlang/rust:nightly
cpu: 1
Expand Down

0 comments on commit d18ab69

Please sign in to comment.