Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Nov 23, 2024
1 parent 569c638 commit f28c282
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
Expand Up @@ -5,6 +5,6 @@ uv = { max-threads = 1}
# due to concurrent uv cache writes.
# Configure these tests to run sequentially.
[[profile.default.overrides]]
filter = 'test(/^(run::run_basic)|(run::local_need_install)$/)'
filter = 'test(run_basic) | test(local_need_install)'
platform = 'cfg(windows)'
test-group = 'uv'

0 comments on commit f28c282

Please sign in to comment.