Skip to content

Commit a4c80f3

Browse files
authored
Run all tests
1 parent 8e818f5 commit a4c80f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/coverage-linux64/run_tests_base.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ const ncores = min(Sys.CPU_THREADS, Threads.nthreads())
3030
@info "" ncores Sys.CPU_THREADS Threads.nthreads()
3131

3232
try
33-
# Base.runtests(tests; ncores) # TODO: uncomment this line
34-
Base.runtests(["compiler"]; ncores) # TODO: delete this line
33+
Base.runtests(tests; ncores)
3534
catch ex
3635
@error "" exception=(ex, catch_backtrace())
3736
end

0 commit comments

Comments
 (0)