mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
CI: run long fuzz tests and stress on every PR, use 2 threads for stress
This commit is contained in:
parent
d2f5e67b25
commit
509486bc05
1 changed files with 8 additions and 6 deletions
14
.github/workflows/long_fuzz_tests_btree.yml
vendored
14
.github/workflows/long_fuzz_tests_btree.yml
vendored
|
|
@ -1,13 +1,15 @@
|
|||
name: Run long fuzz tests on Btree
|
||||
name: Run long fuzz tests and stress test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'core/storage/btree.rs'
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
paths:
|
||||
- 'core/storage/btree.rs'
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
run-long-tests:
|
||||
|
|
@ -45,6 +47,6 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run ignored long tests
|
||||
run: cargo run -p turso_stress -- -t 1 -i 10000 -s
|
||||
run: cargo run -p turso_stress -- -t 2 -i 10000 -s
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue