skip writing to log on CI

This commit is contained in:
Pere Diaz Bou
2025-05-27 11:29:04 +02:00
parent cf70b7c508
commit 650a5b8b1a
3 changed files with 20 additions and 7 deletions

View File

@@ -44,6 +44,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run ignored long tests
run: cargo run -p limbo_stress -- -t 1 -i 10000
run: cargo run -p limbo_stress -- -t 1 -i 10000 -s
env:
RUST_BACKTRACE: 1