Skip to content

Commit c83e745

Browse files
committed
further refine ci config
1 parent 99464d9 commit c83e745

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,11 @@ jobs:
6565
restore-keys: |
6666
${{ runner.os }}-target-${{ matrix.rust }}-
6767
68-
- name: Run clippy
69-
run: cargo clippy --all-targets --all-features -- -D warnings
70-
7168
- name: Build
72-
run: cargo build --all-features --verbose
69+
run: cargo build --all-targets --all-features --verbose
7370

74-
- name: Build examples
75-
run: cargo build --examples --all-features --verbose
71+
- name: Run clippy
72+
run: cargo clippy --all-targets --all-features -- -D warnings
7673

7774
- name: Run tests
7875
run: cargo test --all-features

0 commit comments

Comments
 (0)