chore: crush git history - reborn from consolidation on 2026-03-10
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
mode: "verify",
|
||||
profiles: {
|
||||
quick: {
|
||||
name: "quick",
|
||||
mode: "verify",
|
||||
preset: "safe-ci",
|
||||
routes: ["GET /health"],
|
||||
},
|
||||
},
|
||||
presets: {
|
||||
"safe-ci": {
|
||||
name: "safe-ci",
|
||||
depth: "quick",
|
||||
timeout: 5000,
|
||||
parallel: false,
|
||||
chaos: false,
|
||||
observe: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user