Skip to content

Commit 4c4fe74

Browse files
committed
CI debugging: verbose logging during build
1 parent 643af32 commit 4c4fe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: install wasm-pack
7676
run: cargo binstall wasm-pack --version 0.13.1
7777
- name: build with default features
78-
run: wasm-pack build
78+
run: wasm-pack build --verbose
7979
- name: node test
8080
run: wasm-pack test --node
8181
js:

0 commit comments

Comments
 (0)