Skip to content

Commit 05c4fe1

Browse files
committed
remove wasm32 target
1 parent 3cbd6c6 commit 05c4fe1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: cargo install cargo-all-features
3030

3131
- name: Check all combinations of features can build
32-
run: cargo check-all-features --target wasm32-unknown-unknown
32+
run: cargo check-all-features
3333

3434
- name: "cargo test"
3535
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.vscode
12
*.tif
23
*.buf
34

0 commit comments

Comments
 (0)