Skip to content

Commit

Permalink
fixup: simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 26, 2024
1 parent eecef7e commit 126c6bc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ios-rust-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ jobs:
# handy.
run: |
source env.sh
time cargo build --locked --verbose --lib -p mullvad-ios --target ${{ matrix.target }}
time cargo test --locked --verbose --lib -p mullvad-ios
time cargo build --locked --verbose --lib -p mullvad-api --target ${{ matrix.target }}
time cargo test --locked --verbose --lib -p mullvad-api
time cargo build --locked --verbose --lib -p mullvad-ios -p mullvad-api --target ${{ matrix.target }}
time cargo test --locked --verbose --lib -p mullvad-ios -p mullvad-api
clippy-check-ios:
runs-on: macos-latest
Expand Down Expand Up @@ -73,8 +70,5 @@ jobs:
RUSTFLAGS: --deny warnings
run: |
source env.sh
time cargo clippy --locked --all-targets --no-default-features -p mullvad-ios --target ${{ matrix.target }}
time cargo clippy --locked --all-targets --all-features -p mullvad-ios --target ${{ matrix.target }}
time cargo clippy --locked --all-targets --no-default-features -p mullvad-api --target ${{ matrix.target }}
time cargo clippy --locked --all-targets --all-features -p mullvad-api --target ${{ matrix.target }}
time cargo clippy --locked --all-targets --no-default-features -p mullvad-ios -p mullvad-api --target ${{ matrix.target }}
time cargo clippy --locked --all-targets --all-features -p mullvad-ios -p mullvad-api --target ${{ matrix.target }}

0 comments on commit 126c6bc

Please sign in to comment.