Skip to content

Commit

Permalink
Remove cross compile test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Jul 7, 2023
1 parent 5bbccf0 commit 3ec8309
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,3 @@ jobs:
working-directory: integration_tests/
- name: Run Cargo Audit
run: cargo install cargo-audit && cd integration_tests && cargo audit
cross-compile-arm64:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
with:
working-directory: integration_tests/
- name: Cross compile tests
run: cargo install cross && cd integration_tests && cross test --all --exclude proto_build --release --target aarch64-unknown-linux-gnu

0 comments on commit 3ec8309

Please sign in to comment.