We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73404a5 commit 6bb9361Copy full SHA for 6bb9361
1 file changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
strategy:
55
matrix:
56
rust: [stable, 1.65.0]
57
- TARGET: [x86_64-apple-darwin]
+ TARGET: [x86_64-apple-darwin, aarch64-apple-darwin]
58
59
steps:
60
- uses: actions/checkout@v3
@@ -64,3 +64,4 @@ jobs:
64
target: ${{ matrix.TARGET }}
65
66
- run: cargo build --target=${{ matrix.TARGET }}
67
+ - run: cargo test --target=${{ matrix.TARGET }}
0 commit comments