Skip to content

Commit

Permalink
fix: More improvements to file locking. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Aug 30, 2023
1 parent b5d8afc commit f13b3e3
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 108 deletions.
4 changes: 2 additions & 2 deletions .cargo/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[profile.ci]
retries = 1
test-threads = 1
fail-fast = false
retries = 1
slow-timeout = { period = "120s", terminate-after = 4 }
test-threads = 2
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cargo wasi build -p proto_wasm_test;
node ../.github/actions/delete-target-files.js;
if: ${{ runner.os == 'Windows' }}
- run: cargo nextest run --workspace --exclude proto_pdk
- run: cargo nextest run --workspace --exclude proto_pdk --profile ci --config-file ./.cargo/nextest.toml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#### ⚙️ Internal

- Improved file locking logic and scenarios.
- Improved logging to pinpoint slow operations.
- Updated Rust to v1.72.

## 0.15.0
Expand Down
126 changes: 66 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f13b3e3

Please sign in to comment.