Skip to content

Commit 4adc7f2

Browse files
committed
feat: Add Android test job
1 parent 15725c4 commit 4adc7f2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,6 @@ jobs:
242242
clippy:
243243
name: Lint with clippy
244244
runs-on: ubuntu-latest
245-
publish:
246-
name: Publish to crates.io
247-
if: github.ref == 'refs/heads/master' && github.ref_type == 'tag'
248-
needs:
249-
- test-gnu
250-
- test-musl
251-
- test-android
252-
- test-libbpf-rs
253-
runs-on: ubuntu-22.04
254245
steps:
255246
- name: Checkout repository
256247
uses: actions/checkout@v4
@@ -266,4 +257,4 @@ jobs:
266257
zlib1g-dev
267258
268259
- uses: dtolnay/rust-toolchain@stable
269-
- run: cargo clippy --workspace --no-deps -- -A unknown_lints -D clippy::todo
260+
- run: cargo clippy --workspace --no-deps -- -A unknown_lints -D clippy::todo

0 commit comments

Comments
 (0)