Skip to content

Commit 13ccb8d

Browse files
committed
test -> check
1 parent 321ab90 commit 13ccb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
- uses: actions/checkout@master
7272
- name: Install Rust and add wasm target
7373
run: rustup update stable && rustup target add wasm32-unknown-unknown
74-
- name: cargo test
75-
run: cargo test --target wasm32-unknown-unknown --features wasm-bindgen
74+
- name: cargo check
75+
run: cargo check --target wasm32-unknown-unknown --features wasm-bindgen

0 commit comments

Comments
 (0)