Skip to content

Commit 376d836

Browse files
authored
Merge pull request #297 from QuantumSavory/cleanup
cleanup
2 parents 1636f2a + a55f1f2 commit 376d836

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: 'nightly'
17+
version: '1.10'
1818
- uses: julia-actions/julia-buildpkg@latest
1919
- name: install dependencies
2020
run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'

test/test_jet.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Test
12
using QuantumClifford
23
using JET
34
using ArrayInterface
@@ -36,5 +37,5 @@ end
3637
)
3738
@show rep
3839
@test_broken length(JET.get_reports(rep)) == 0
39-
@test length(JET.get_reports(rep)) <= 25
40+
@test length(JET.get_reports(rep)) <= 28
4041
end

0 commit comments

Comments
 (0)