Skip to content

Commit

Permalink
Merge branch 'bindgen-runtime-feature' into rocksdict-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 3, 2024
2 parents 2201623 + 17996b2 commit 2d9fed6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: RocksDB CI

on: [ push, pull_request ]
on: [push, pull_request]
env:
RUST_VERSION: 1.71.1

Expand Down Expand Up @@ -49,7 +49,16 @@ jobs:
- name: Set PKG_CONFIG_PATH
run: echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
- name: Run clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: |
cargo clippy --all-targets --features \
jemalloc \
io-uring \
valgrind \
mt_static \
rtti \
multi-threaded-cf \
serde1 \
-- -D warnings
audit:
name: Security audit
Expand All @@ -68,7 +77,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [ Linux, macOS, Windows ]
build: [Linux, macOS, Windows]
include:
- build: Linux
os: ubuntu-latest
Expand Down

0 comments on commit 2d9fed6

Please sign in to comment.