Skip to content

Commit

Permalink
fix(ci): stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 27, 2024
1 parent 082fdb2 commit 7d979aa
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: cargo test
run: cargo nextest run --release --workspace --all --all-features --locked
run: RUST_MIN_STACK=33554432 cargo nextest run --release --workspace --all --all-features --locked
cargo-lint:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down
82 changes: 41 additions & 41 deletions Cargo.lock

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

0 comments on commit 7d979aa

Please sign in to comment.