Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jun 26, 2021
1 parent 8e818f5 commit a4c80f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/coverage-linux64/run_tests_base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ const ncores = min(Sys.CPU_THREADS, Threads.nthreads())
@info "" ncores Sys.CPU_THREADS Threads.nthreads()

try
# Base.runtests(tests; ncores) # TODO: uncomment this line
Base.runtests(["compiler"]; ncores) # TODO: delete this line
Base.runtests(tests; ncores)
catch ex
@error "" exception=(ex, catch_backtrace())
end

0 comments on commit a4c80f3

Please sign in to comment.