Skip to content

Commit c8f21ea

Browse files
committed
workflows/rust: drop package check for static-metric
Signed-off-by: Luca BRUNO <[email protected]>
1 parent 8e2d9e8 commit c8f21ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: cargo clippy
3030
run: cargo clippy --all -- -D clippy
3131
- name: cargo package
32-
run : cargo package && cargo package --manifest-path static-metric/Cargo.toml
32+
run: cargo package
3333
criterion:
3434
name: "Benchmarks (criterion)"
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)