File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 checks :
99 name : Run CI checks
10- runs-on : ubuntu-latest
10+ runs-on : macos-14
1111
1212 steps :
1313 - name : Checkout
1818 with :
1919 components : rustfmt, clippy
2020
21+ - name : Rust cache
22+ uses : Swatinem/rust-cache@v2
23+
2124 - name : Run repository CI script
2225 run : bash ./scripts/ci.sh
2326
Original file line number Diff line number Diff line change 3737 fail-fast : false
3838 matrix :
3939 include :
40- - runner : ubuntu-latest
41- target : x86_64-unknown-linux-gnu
42- - runner : macos-14
43- target : x86_64-apple-darwin
4440 - runner : macos-14
4541 target : aarch64-apple-darwin
4642
Original file line number Diff line number Diff line change 1818jobs :
1919 test :
2020 name : Validate with cargo test
21- runs-on : ubuntu-latest
21+ runs-on : macos-14
2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@v4
2525
2626 - name : Install Rust toolchain
2727 uses : dtolnay/rust-toolchain@stable
28+
29+ - name : Rust cache
30+ uses : Swatinem/rust-cache@v2
31+
2832 - name : Run tests
2933 run : cargo test --locked
3034
You can’t perform that action at this time.
0 commit comments