We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbd6c6 commit 05c4fe1Copy full SHA for 05c4fe1
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: cargo install cargo-all-features
30
31
- name: Check all combinations of features can build
32
- run: cargo check-all-features --target wasm32-unknown-unknown
+ run: cargo check-all-features
33
34
- name: "cargo test"
35
run: |
.gitignore
@@ -1,3 +1,4 @@
1
+.vscode
2
*.tif
3
*.buf
4
0 commit comments