File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 run : cargo fmt --all -- --check
4242
4343 - name : Run clippy
44- run : cargo clippy --all-targets --all-features -- -D warnings
44+ run : cargo clippy --workspace --lib --bins --tests -- -D warnings
4545
4646 - name : Run tests
47- run : cargo test --all --verbose
48-
47+ run : cargo test --workspace --lib --bins --verbose
48+
4949 - name : Run benchmarks (dry run)
50- run : cargo bench --all --no-run
50+ run : cargo bench --workspace --lib --bins --no-run
5151
5252 build :
5353 name : Build Release
7171 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7272
7373 - name : Build release
74- run : cargo build --release --all
74+ run : cargo build --release --workspace --lib --bins
7575
7676 - name : Upload CLI binary
7777 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments