Skip to content

Commit

Permalink
ci: try to fix linker ooming
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Apr 27, 2022
1 parent e8df616 commit 0b17ba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
with:
path: ~/.cargo/registry/src/**/librocksdb-sys-*
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
run: |
cargo build --all-features --lib
cargo test --all-features --no-run # -j N # uncomment and set a low number if builds start OOMing again
cargo test --all-features
clippy:
needs: diff
Expand Down

0 comments on commit 0b17ba8

Please sign in to comment.