Skip to content

Commit 8278190

Browse files
authored
Merge branch 'main' into dts-module-to-ns
2 parents 264dfc8 + 5c7a258 commit 8278190

File tree

81 files changed

+1421
-523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1421
-523
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ jobs:
2828
- run: cargo test --all-features
2929
- run: git diff --exit-code # Must commit everything
3030

31+
test-ubuntu-aarch64:
32+
name: Test Linux ARM64
33+
runs-on: ubuntu-24.04-arm
34+
steps:
35+
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
36+
- uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
37+
with:
38+
save-cache: ${{ github.ref_name == 'main' }}
39+
cache-key: warm-aarch64
40+
- run: cargo ck
41+
- run: cargo test --all-features
42+
- run: git diff --exit-code # Must commit everything
43+
3144
# Separate job to save a job on PRs
3245
test-mac:
3346
name: Test Mac

0 commit comments

Comments
 (0)