Skip to content

Commit

Permalink
feat(runtime)!: use async marine [fixes VM-365,NET-758,NET-757] (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Apr 24, 2024
1 parent 90957a6 commit 3994299
Show file tree
Hide file tree
Showing 58 changed files with 1,456 additions and 960 deletions.
12 changes: 12 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ filter = 'test(heavy)'
threads-required = 3
retries = { backoff = "fixed", count = 3, delay = "5s", jitter = true }

[[profile.default.overrides]]
filter = 'package(nox-tests) & test(spell)'
threads-required = 4

[[profile.default.overrides]]
filter = 'binary_id(/^nox-tests::spells/)'
threads-required = 4

[[profile.default.overrides]]
filter = 'binary_id(/^nox-tests::builtin/)'
threads-required = 2

[profile.ci]
fail-fast = false

Expand Down
Loading

0 comments on commit 3994299

Please sign in to comment.