mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-29 22:10:50 +00:00
make step names more consistent
This commit is contained in:
parent
80f1c69fca
commit
26d7c65643
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
toolchain: 1.46.0
|
||||
override: true
|
||||
|
||||
- name: Default features
|
||||
- name: Version features
|
||||
run: cargo test --features "v1 v3 v4 v5 serde"
|
||||
|
||||
wasm:
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
- name: Version features
|
||||
run: wasm-pack test --node -- --features "js v1 v3 v4 v5"
|
||||
|
||||
- name: Fast rng
|
||||
- name: Fast RNG
|
||||
run: wasm-pack test --node -- --features "js v4 fast-rng"
|
||||
|
||||
mips:
|
||||
@ -142,7 +142,13 @@ jobs:
|
||||
target: thumbv6m-none-eabi
|
||||
override: true
|
||||
|
||||
- name: Default features
|
||||
- name: No features
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: -Z avoid-dev-deps --target thumbv6m-none-eabi --no-default-features
|
||||
|
||||
- name: Version features
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user