Skip to content

Commit

Permalink
test: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs committed Jan 21, 2025
1 parent a7d3b62 commit 452159f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[test-groups]
serial-8080-port = { max-threads = 1 }
serial-test-validator = { max-threads = 2 }
serial-test-validator = { max-threads = 1 }

[[profile.default.overrides]]
filter = 'package(solana-listener)'
test-group = 'serial-test-validator'
threads-required = 4

[[profile.default.overrides]]
filter = 'package(solana-event-forwarder)'
test-group = 'serial-test-validator'
threads-required = 4

[[profile.default.overrides]]
filter = 'package(rest-service)'
Expand Down

0 comments on commit 452159f

Please sign in to comment.