Skip to content

Commit a7a2db1

Browse files
committed
ci: check cookies feature on wasm target
1 parent 522638d commit a7a2db1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ jobs:
361361
- name: Check
362362
run: cargo check --target wasm32-unknown-unknown
363363

364+
- name: Check cookies
365+
run: cargo check --target wasm32-unknown-unknown --features cookies
366+
364367
- name: Install wasm-pack
365368
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
366369

0 commit comments

Comments
 (0)