Skip to content

Commit cc26e67

Browse files
author
James Sharpe
authored
chore(ci): Add arm64 tests for root module (#1378)
1 parent 72f4129 commit cc26e67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bazelci/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ tasks:
1818
- "//..."
1919
test_targets:
2020
- "//..."
21+
macos_arm64:
22+
platform: macos_arm64
23+
build_targets:
24+
- "//..."
25+
test_targets:
26+
- "//..."
2127
windows:
2228
platform: windows
2329
build_targets:

0 commit comments

Comments
 (0)