mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
CI: run long fuzz tests and stress on every PR, use 2 threads for stress
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user