Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 82b8ff0

Browse files
committed
Comment out cargo check
1 parent da36276 commit 82b8ff0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
toolchain: nightly
5353
override: true
5454

55-
- name: Run cargo check
56-
uses: actions-rs/cargo@v1
57-
with:
58-
command: check
55+
# - name: Run cargo check
56+
# uses: actions-rs/cargo@v1
57+
# with:
58+
# command: check
5959

6060
- name: Test
6161
run: cargo test --verbose --release

0 commit comments

Comments
 (0)