Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro authored Dec 5, 2023
1 parent 7abaa48 commit 86b2482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ steps:
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true

- label: "Breakage-QuantumSavory"
command: |
julia --project -e '
using Pkg
Pkg.add("QuantumSavory")
Pkg.test("QuantumSavory")'
Pkg.test("QuantumSavory")'

0 comments on commit 86b2482

Please sign in to comment.