Skip to content

Commit

Permalink
fix: revert test changes
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Nov 23, 2024
1 parent 13efce4 commit 0b80178
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 209 deletions.
2 changes: 0 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ retries = { backoff = "fixed", count = 3, delay = "3s" }

[profile.ci]
retries = { backoff = "fixed", count = 3, delay = "3s" }
threads-required = 1
test-threads = 1
fail-fast = false
failure-output = "immediate-final"
slow-timeout = { period = "30s", terminate-after = 4 }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: I2::Dev::Static

on:
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '**.rs'
- '**.json'
Expand Down
Loading

0 comments on commit 0b80178

Please sign in to comment.