We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9234a4 commit 187438eCopy full SHA for 187438e
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Doc
83
run: cargo doc --workspace --all-features --no-deps --document-private-items --keep-going
84
85
- - name: Build
+ - name: Build linux
86
run: cargo build --verbose
87
88
- name: Build basisu vendor wasm
@@ -92,3 +92,6 @@ jobs:
92
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
93
with:
94
path: crates/basisu_sys/wasm/
95
+
96
+ - name: Build wasm
97
+ run: cargo build --target wasm32-unknown-unknown
0 commit comments