Skip to content

Commit

Permalink
test for downstream breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Dec 5, 2023
1 parent f37a9a1 commit 7abaa48
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 @@ -9,4 +9,10 @@ steps:
version: "1"
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
codecov: true
- label: "Breakage-QuantumSavory"
command: |
julia --project -e '
using Pkg
Pkg.add("QuantumSavory")
Pkg.test("QuantumSavory")'

0 comments on commit 7abaa48

Please sign in to comment.