Skip to content

Commit

Permalink
Revert "ci: test all features"
Browse files Browse the repository at this point in the history
This reverts commit 650c871.
  • Loading branch information
Devdutt Shenoi committed Aug 24, 2024
1 parent 8572c22 commit d525b2b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Rust

on:
push:
branches: [main, next]
branches: [ main, next ]
pull_request:
branches: [main, next]
branches: [ main, next ]

jobs:
clippy:
name: Test on linux x86
name: Clippy on linux x86
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
env:
RUSTFLAGS: "-D warnings"
- name: Run tests
run: cargo test --verbose --all-features
run: cargo test --verbose

clippy-android:
name: Clippy on android aarch64
Expand All @@ -37,3 +37,4 @@ jobs:
RUST_FLAGS: "-D warnings"
ANDROID_NDK_HOME: ${{ steps.ndk.outputs.ndk-path }}
ANDROID_NDK_ROOT: ${{ steps.ndk.outputs.ndk-path }}

0 comments on commit d525b2b

Please sign in to comment.