Skip to content

Commit 17c56b0

Browse files
committed
CI: Add code coverage measurement to aarch64-apple-darwin.
1 parent 97b31ad commit 17c56b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ jobs:
528528

529529
# TODO: targets
530530
target:
531+
- aarch64-apple-darwin # Has assembly
531532
- aarch64-unknown-linux-gnu # Has assembly
532533
- i686-unknown-linux-gnu # Has assembly
533534
# TODO: arm-unknown-linux-gnueabi # Has assembly but doesn't build w/ clang
@@ -548,6 +549,9 @@ jobs:
548549

549550
# TODO: targets
550551
include:
552+
- target: aarch64-apple-darwin
553+
host_os: macos-14
554+
551555
# TODO: Use the -musl target after
552556
# https://github.com/rust-lang/rust/issues/79556 and
553557
# https://github.com/rust-lang/rust/issues/79555 are fixed.

0 commit comments

Comments
 (0)