Skip to content

Commit

Permalink
fix: update ci files
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Nov 12, 2024
1 parent afcf368 commit a252e68
Show file tree
Hide file tree
Showing 10 changed files with 614 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[profile.default]
retries = 2
retries = { backoff = "fixed", count = 2, delay = "3s" }

[profile.ci]
fail-fast = false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: ./scripts/build_wasm.sh
run: ./scripts/build_wasm.sh --profile=test
- name: Upload all built WASMs
uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit a252e68

Please sign in to comment.