Skip to content

Commit ff5300f

Browse files
committed
perf: optim in rust-build
1 parent 932083a commit ff5300f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
working-directory: ${{ inputs.working-directory }}
6262
run: cargo clippy --all-targets -- -D warnings
6363

64-
- name: Build
65-
working-directory: ${{ inputs.working-directory }}
66-
run: cargo build --release
67-
6864
- name: Run tests
6965
working-directory: ${{ inputs.working-directory }}
7066
run: cargo test --release

0 commit comments

Comments
 (0)