Skip to content

Commit

Permalink
test attempt v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jan 2, 2025
1 parent adb9a78 commit e697828
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ jobs:
- os: macos-latest
rust: "1.80" # MSRV - can't use variables here.
args: --exclude mitmproxy-linux-ebpf
- os: ubuntu-22.04
- os: ubuntu-latest
rust: "1.80" # MSRV - can't use variables here.
args: --exclude mitmproxy-linux-ebpf
- os: ubuntu-latest
rust: stable
args: --exclude mitmproxy-linux-ebpf
- os: ubuntu-latest
- os: ubuntu-22.04 # old Ubuntu to test eBPF verifier compatibility
rust: nightly
args: --package mitmproxy-linux-ebpf
args: --package mitmproxy-linux-ebpf --feature mitmproxy-linux/root-tests
env:
RUSTFLAGS: ${{ matrix.rust == 'nightly' && '-Zpanic_abort_tests -C panic=abort' || '' }}
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: ${{ matrix.rust == 'nightly' && 'sudo -E' || '' }}
steps:
- uses: mhils/workflows/checkout@v12
- uses: ./.github/actions/setup
Expand All @@ -58,7 +59,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
command: test
args: --workspace --all-features --verbose ${{ matrix.args }}
args: --workspace --verbose ${{ matrix.args }}

build:
strategy:
Expand Down

0 comments on commit e697828

Please sign in to comment.