mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-28 05:22:02 +00:00
fix up more yaml
This commit is contained in:
parent
83295ba5eb
commit
9c117f4512
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -136,13 +136,13 @@ jobs:
|
||||
- name: rng-getrandom
|
||||
env:
|
||||
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'
|
||||
working_dir: ./tests/wasm32-getrandom-test
|
||||
working-directory: ./tests/wasm32-getrandom-test
|
||||
run: wasm-pack test --node
|
||||
|
||||
- name: rng-rand
|
||||
env:
|
||||
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'
|
||||
working_dir: ./tests/wasm32-getrandom-test
|
||||
working-directory: ./tests/wasm32-getrandom-test
|
||||
run: wasm-pack test --node -- --features "rand"
|
||||
|
||||
wasi:
|
||||
|
Loading…
x
Reference in New Issue
Block a user