Skip to content

Commit 2302a8b

Browse files
committed
remove build step
1 parent 7d6377c commit 2302a8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
restore-keys: |
6868
${{ runner.os }}-target-${{ matrix.rust }}-
6969
70-
- name: Build
71-
run: cargo build --all-targets --all-features --verbose
72-
7370
- name: Run clippy
7471
run: cargo clippy --all-targets --all-features -- -D warnings
7572

0 commit comments

Comments
 (0)