Skip to content

Commit

Permalink
fix test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Sep 23, 2024
1 parent bddaf2d commit 86ac49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[profile.default]
slow-timeout = "2m"
default-filter = 'not test(slow_) and not package(tests)'
default-filter = 'not (test(slow_) | package(tests))'
retries = 2

[profile.slow]
Expand Down

0 comments on commit 86ac49a

Please sign in to comment.