mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-28 22:25:54 +00:00
Add jemalloc
to test -sys
style dependencies
This commit is contained in:
parent
fd201ad913
commit
9de8f90afb
4 changed files with 33 additions and 1 deletions
3
.github/workflows/simple.yml
vendored
3
.github/workflows/simple.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
name: Test `cargo check/test` on ${{ matrix.os }}
|
||||
name: Test `cargo check/test/build` on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
env:
|
||||
|
@ -27,4 +27,5 @@ jobs:
|
|||
- run: |
|
||||
cargo check
|
||||
cargo test
|
||||
cargo build --release
|
||||
working-directory: tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue