Skip to content

Commit 21bce48

Browse files
feat: make the basic run only 5 rounds to make logs not crash the github page
1 parent 25ee001 commit 21bce48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# We use Swatinem/rust-cache to cache cargo registry, index and target in this job
6666
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
6767
- name: Run tests
68-
run: cargo run -- exec -m simulation,walltime,memory --skip-upload -- ls -la
68+
run: cargo run -- exec -m simulation,walltime,memory --skip-upload --warmup-time -0s --max-rounds 5 -- ls -la
6969

7070
bpf-tests:
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)