Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chiara/cherrypicking master #855

Merged
merged 13 commits into from
Mar 18, 2024
22 changes: 3 additions & 19 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust tests

on:
push:
branches: [master]
branches: [master,beta21,beta20]
pull_request:
branches: [master]
branches: [master,beta21,beta20]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -48,22 +48,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run Cargo Audit
run: cargo install cargo-audit && cargo audit
cross-mips:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- name: Cross test mips
run: cargo install cross && cross test --target mips-unknown-linux-musl --verbose -- --test-threads=1
cross-mipsel:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- name: Cross test mipsel
run: cargo install cross && cross test --target mipsel-unknown-linux-musl --verbose -- --test-threads=1
cross-aarch64:
needs: test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -144,4 +128,4 @@ jobs:
- name: Install Wireguard
run: sudo apt-get update && sudo apt install -y wireguard linux-source linux-headers-$(uname -r) build-essential && sudo modprobe wireguard
- name: Run integration test
run: bash scripts/integration_tests/all-up-test.sh MIGRATION_TEST
run: bash scripts/integration_tests/all-up-test.sh MIGRATION_TEST
Loading
Loading