Skip to content

Commit a02da1a

Browse files
committed
Run cargo-test on MacOS in workflow os-check
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 6931b49 commit a02da1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: cargo check
3333
uses: actions-rs/cargo@v1
3434
with:
35-
command: check
35+
command: test
3636
args: --all-features --all-targets

0 commit comments

Comments
 (0)