Skip to content

Commit

Permalink
tests: use lazy setup/teardown as the default
Browse files Browse the repository at this point in the history
Faster when using `-f` to only run a subset of the tests.
  • Loading branch information
benoit-pierre authored and Frenzie committed Dec 7, 2024
1 parent b1c80fd commit a0f44e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-runner/runtests
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ busted_args=(
--config-file=spec/config.lua
--exclude-tags=notest
--helper=ffi/loadlib.lua
--lazy
)
debug=0
meson_args=()
Expand Down

0 comments on commit a0f44e6

Please sign in to comment.