Skip to content

Commit a688556

Browse files
committed
remove CI ENV hack
1 parent 14f1da3 commit a688556

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Precompile.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
using PrecompileTools: @setup_workload, @compile_workload
22

33
@setup_workload begin
4-
@static if haskey(ENV, "REACTANT_TEST_GROUP")
5-
return
6-
end
74
@compile_workload begin
85
initialize_dialect()
96
cpu = XLA.CPUClient()

0 commit comments

Comments
 (0)