Skip to content

Commit 2364fab

Browse files
committed
fold arm64 into test matrix
1 parent 4a51fab commit 2364fab

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macos-latest, windows-latest]
18+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
1919
rust: [stable]
2020

2121
steps:
@@ -44,28 +44,6 @@ jobs:
4444
- name: Run tests
4545
run: cargo test --verbose
4646

47-
arm64-smoke:
48-
name: ARM64 Build Smoke Test
49-
runs-on: ubuntu-24.04-arm
50-
steps:
51-
- uses: actions/checkout@v4
52-
53-
- name: Setup Rust toolchain
54-
uses: dtolnay/rust-toolchain@master
55-
with:
56-
toolchain: stable
57-
58-
- name: Set up cargo cache
59-
uses: Swatinem/rust-cache@v2
60-
with:
61-
key: ubuntu-24.04-arm-test
62-
63-
- name: Build
64-
run: cargo build --release --verbose
65-
66-
- name: Verify binary runs
67-
run: ./target/release/popcorn-cli --version
68-
6947
coverage:
7048
name: Code Coverage
7149
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)