mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 15:24:57 +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
|
- name: rng-getrandom
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'
|
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'
|
||||||
working_dir: ./tests/wasm32-getrandom-test
|
working-directory: ./tests/wasm32-getrandom-test
|
||||||
run: wasm-pack test --node
|
run: wasm-pack test --node
|
||||||
|
|
||||||
- name: rng-rand
|
- name: rng-rand
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'
|
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"
|
run: wasm-pack test --node -- --features "rand"
|
||||||
|
|
||||||
wasi:
|
wasi:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user