Skip to content

Commit

Permalink
Run cargo test with --release to avoid OOM during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 13, 2024
1 parent fcd5f53 commit 913602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gluwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --features runtime-benchmarks
args: --release --features runtime-benchmarks

remove-github-runner:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 913602a

Please sign in to comment.