Skip to content

Commit

Permalink
fix JET.jl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang authored Apr 8, 2024
2 parents 9a57a94 + 7c100a5 commit ea98ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# for code quality
include:
- julia-version: '1'
- version: '1'
os: 'ubuntu-latest'
arch: 'x64'
group: 'Code Quality'
Expand Down
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using Test
using QuantumToolbox
using Aqua
using JET

const GROUP = get(ENV, "GROUP", "All")

Expand All @@ -26,6 +24,8 @@ core_tests = [
]

if (GROUP == "All") || (GROUP == "Code Quality")
using Aqua
using JET
include(joinpath(testdir, "aqua.jl"))
include(joinpath(testdir, "jet.jl"))
end
Expand All @@ -34,4 +34,4 @@ if (GROUP == "All") || (GROUP == "Core")
for test in core_tests
include(joinpath(testdir, test))
end
end
end

0 comments on commit ea98ac6

Please sign in to comment.