Skip to content

Commit a81659c

Browse files
committed
feat: add emu benches
1 parent 0c98e28 commit a81659c

File tree

8 files changed

+561
-11
lines changed

8 files changed

+561
-11
lines changed

.github/workflows/rust_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
cache-on-failure: true
126126
- name: build benches
127-
run: cargo bench --no-run --workspace --all
127+
run: cargo bench --no-run --workspace --all -F test-utils
128128

129129
coverage:
130130
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)