Skip to content

Commit 187438e

Browse files
committed
CI
1 parent f9234a4 commit 187438e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Doc
8383
run: cargo doc --workspace --all-features --no-deps --document-private-items --keep-going
8484

85-
- name: Build
85+
- name: Build linux
8686
run: cargo build --verbose
8787

8888
- name: Build basisu vendor wasm
@@ -92,3 +92,6 @@ jobs:
9292
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9393
with:
9494
path: crates/basisu_sys/wasm/
95+
96+
- name: Build wasm
97+
run: cargo build --target wasm32-unknown-unknown

0 commit comments

Comments
 (0)