mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
Verbose npm ci output (#527)
Temporarily increase the output of npm ci to see what's happening regarding #517
This commit is contained in:
parent
9753f9150b
commit
722a87f324
@ -34,7 +34,7 @@ matrix:
|
||||
env: JOB=test-bindgen
|
||||
before_install: *INSTALL_NODE_VIA_NVM
|
||||
install:
|
||||
- npm ci
|
||||
- npm ci --verbose
|
||||
script:
|
||||
- cargo test --release
|
||||
# Check JS output from all tests against eslint
|
||||
@ -63,7 +63,7 @@ matrix:
|
||||
env: JOB=test-web-sys
|
||||
before_install: *INSTALL_NODE_VIA_NVM
|
||||
install:
|
||||
- npm ci
|
||||
- npm ci --verbose
|
||||
script: cargo test --manifest-path crates/web-sys/Cargo.toml
|
||||
addons:
|
||||
firefox: latest
|
||||
@ -73,7 +73,7 @@ matrix:
|
||||
env: JOB=test-js-sys
|
||||
before_install: *INSTALL_NODE_VIA_NVM
|
||||
install:
|
||||
- npm ci
|
||||
- npm ci --verbose
|
||||
script: cargo test --manifest-path crates/js-sys/Cargo.toml
|
||||
addons:
|
||||
firefox: latest
|
||||
@ -92,7 +92,7 @@ matrix:
|
||||
- rust: nightly
|
||||
env: JOB=test-webidl
|
||||
before_install: *INSTALL_NODE_VIA_NVM
|
||||
install: npm ci
|
||||
install: npm ci --verbose
|
||||
script: cargo test --manifest-path crates/webidl/Cargo.toml
|
||||
|
||||
# Dist linux binary
|
||||
|
Loading…
x
Reference in New Issue
Block a user