Skip to content

Commit

Permalink
Merge branch 'main' into caleb/otp-delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Briancesco committed Jan 23, 2025
2 parents 6456b7e + 82ce8ca commit 4753756
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ runs:
# Foundry setup
- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1
with:
cache: false

# Android setup
- name: Check turborepo cache for Android
Expand Down
6 changes: 6 additions & 0 deletions .vitest/vitest.shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ export const sharedConfig = defineConfig({
setupFiles: [join(__dirname, "setupTests.ts")],
globalSetup: join(__dirname, "globalSetup.ts"),
pool: "threads",
poolOptions: {
threads: {
minThreads: 4,
maxThreads: 4,
},
},
exclude: [
...configDefaults.exclude,
"**/e2e-tests/**/*.test.ts",
Expand Down

0 comments on commit 4753756

Please sign in to comment.