mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-13 23:56:06 +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
|
env: JOB=test-bindgen
|
||||||
before_install: *INSTALL_NODE_VIA_NVM
|
before_install: *INSTALL_NODE_VIA_NVM
|
||||||
install:
|
install:
|
||||||
- npm ci
|
- npm ci --verbose
|
||||||
script:
|
script:
|
||||||
- cargo test --release
|
- cargo test --release
|
||||||
# Check JS output from all tests against eslint
|
# Check JS output from all tests against eslint
|
||||||
@ -63,7 +63,7 @@ matrix:
|
|||||||
env: JOB=test-web-sys
|
env: JOB=test-web-sys
|
||||||
before_install: *INSTALL_NODE_VIA_NVM
|
before_install: *INSTALL_NODE_VIA_NVM
|
||||||
install:
|
install:
|
||||||
- npm ci
|
- npm ci --verbose
|
||||||
script: cargo test --manifest-path crates/web-sys/Cargo.toml
|
script: cargo test --manifest-path crates/web-sys/Cargo.toml
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
@ -73,7 +73,7 @@ matrix:
|
|||||||
env: JOB=test-js-sys
|
env: JOB=test-js-sys
|
||||||
before_install: *INSTALL_NODE_VIA_NVM
|
before_install: *INSTALL_NODE_VIA_NVM
|
||||||
install:
|
install:
|
||||||
- npm ci
|
- npm ci --verbose
|
||||||
script: cargo test --manifest-path crates/js-sys/Cargo.toml
|
script: cargo test --manifest-path crates/js-sys/Cargo.toml
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
@ -92,7 +92,7 @@ matrix:
|
|||||||
- rust: nightly
|
- rust: nightly
|
||||||
env: JOB=test-webidl
|
env: JOB=test-webidl
|
||||||
before_install: *INSTALL_NODE_VIA_NVM
|
before_install: *INSTALL_NODE_VIA_NVM
|
||||||
install: npm ci
|
install: npm ci --verbose
|
||||||
script: cargo test --manifest-path crates/webidl/Cargo.toml
|
script: cargo test --manifest-path crates/webidl/Cargo.toml
|
||||||
|
|
||||||
# Dist linux binary
|
# Dist linux binary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user