Skip to content

Commit 6bb9361

Browse files
committed
ci: add aarch64-apple-darwin and cargo test
1 parent 73404a5 commit 6bb9361

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
rust: [stable, 1.65.0]
57-
TARGET: [x86_64-apple-darwin]
57+
TARGET: [x86_64-apple-darwin, aarch64-apple-darwin]
5858

5959
steps:
6060
- uses: actions/checkout@v3
@@ -64,3 +64,4 @@ jobs:
6464
target: ${{ matrix.TARGET }}
6565

6666
- run: cargo build --target=${{ matrix.TARGET }}
67+
- run: cargo test --target=${{ matrix.TARGET }}

0 commit comments

Comments
 (0)