We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ee001 commit 21bce48Copy full SHA for 21bce48
1 file changed
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
# We use Swatinem/rust-cache to cache cargo registry, index and target in this job
66
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
67
- name: Run tests
68
- run: cargo run -- exec -m simulation,walltime,memory --skip-upload -- ls -la
+ run: cargo run -- exec -m simulation,walltime,memory --skip-upload --warmup-time -0s --max-rounds 5 -- ls -la
69
70
bpf-tests:
71
runs-on: ubuntu-latest
0 commit comments