We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2257c1 commit f7c3ad3Copy full SHA for f7c3ad3
.github/workflows/ci.yml
@@ -28,9 +28,6 @@ jobs:
28
- name: Lint
29
run: cargo clippy --all-targets
30
31
- - name: Build
32
- run: cargo build
33
-
34
- name: Run tests
35
run: cargo test --verbose
36
@@ -50,10 +47,6 @@ jobs:
50
47
run: |
51
48
cargo install cross --git https://github.com/cross-rs/cross --rev "$CROSS_VERSION" --force
52
49
53
54
- run: |
55
- cross build --verbose --target aarch64-linux-android
56
57
58
59
cross test --verbose --target aarch64-linux-android
0 commit comments