Skip to content

Commit f7c3ad3

Browse files
committed
misc: removed unnecessary build step from CI
1 parent e2257c1 commit f7c3ad3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: Lint
2929
run: cargo clippy --all-targets
3030

31-
- name: Build
32-
run: cargo build
33-
3431
- name: Run tests
3532
run: cargo test --verbose
3633

@@ -50,10 +47,6 @@ jobs:
5047
run: |
5148
cargo install cross --git https://github.com/cross-rs/cross --rev "$CROSS_VERSION" --force
5249
53-
- name: Build
54-
run: |
55-
cross build --verbose --target aarch64-linux-android
56-
5750
- name: Run tests
5851
run: |
5952
cross test --verbose --target aarch64-linux-android

0 commit comments

Comments
 (0)