Skip to content

Commit f176c7c

Browse files
authored
Update .github/workflows/tests.yml
1 parent 8923d86 commit f176c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v2
5555
- name: Build
56-
run: cargo build --example web_app
56+
run: cargo check --example web_app --target wasm32-unknown-unknown

0 commit comments

Comments
 (0)