Skip to content

Commit

Permalink
update for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ToucheSir committed Sep 30, 2023
1 parent a557440 commit 6a66843
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ steps:
version: "{{matrix.julia}}"
- JuliaCI/julia-test#v1:
test_args: "--quickfail"
- JuliaCI/julia-coverage#v1:
dirs:
- src
- ext
agents:
queue: "juliaecosystem"
os: "macos"
Expand Down Expand Up @@ -63,7 +67,9 @@ steps:
version: "1"
- JuliaCI/julia-test#v1:
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- src
- ext
agents:
queue: "juliagpu"
rocm: "*"
Expand Down

0 comments on commit 6a66843

Please sign in to comment.