Skip to content

Commit

Permalink
no gate around @run_package_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epolack committed Feb 26, 2024
1 parent 6880fb2 commit 5b8be60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests_runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ using DFTK
# Don't print anything below or at warning level.
DFTK.default_logger() = DFTK.DFTKLogger(; io=stdout, min_level=LogLevel(1001))
#@set_preferences!("min_log_level" => "1001"; export_prefs=false)
with_logger(DFTK.default_logger()) do
@run_package_tests filter=dftk_testfilter verbose=true
end
@run_package_tests filter=dftk_testfilter verbose=true

0 comments on commit 5b8be60

Please sign in to comment.