Skip to content

Commit 2083d77

Browse files
committed
Add some tests
1 parent ec5d379 commit 2083d77

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

.buildkite/pipeline.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,27 @@ steps:
8686
soft_fail:
8787
- exit_status: 3
8888

89+
- label: "macOS Julia {{matrix.version}}"
90+
matrix:
91+
setup:
92+
version:
93+
- "1.10"
94+
- "1.11"
95+
plugins:
96+
- JuliaCI/julia#v1:
97+
version: "{{matrix.version}}"
98+
- JuliaCI/julia-test#v1:
99+
test_args: "--quickfail"
100+
- JuliaCI/julia-coverage#v1:
101+
codecov: true
102+
agents:
103+
queue: "juliaecosystem"
104+
os: "macos"
105+
arch: "aarch64"
106+
timeout_in_minutes: 120
107+
soft_fail:
108+
- exit_status: 3
109+
89110
- label: "oneAPI Julia {{matrix.version}}"
90111
matrix:
91112
setup:

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
arch: x64
4343
pocl: local
4444
allow_failure: false
45+
- version: '1.11'
46+
os: macos-latest
47+
arch: aarch64
48+
pocl: jll
49+
allow_failure: false
4550
- version: '1.12'
4651
os: ubuntu-latest
4752
arch: x64

0 commit comments

Comments
 (0)