Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't cache anvil state in CI #1290

Merged
merged 3 commits into from
Jan 23, 2025
Merged

fix: don't cache anvil state in CI #1290

merged 3 commits into from
Jan 23, 2025

Conversation

adamegyed
Copy link
Collaborator

@adamegyed adamegyed commented Jan 23, 2025

Pull Request Checklist


PR-Codex overview

This PR focuses on updating the setup configuration for the foundry toolchain and modifying the thread pooling options in the vitest configuration for improved performance.

Detailed summary

  • In .github/actions/setup/action.yml, added with: cache: false for the foundry-rs/foundry-toolchain@v1 action.
  • In .vitest/vitest.shared.ts, added poolOptions with a fixed thread pool configuration (minThreads: 4, maxThreads: 4).
  • Updated exclude list to include "**/e2e-tests/**/*.test.ts".

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Jan 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aa-sdk-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 4:29pm
aa-sdk-ui-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 4:29pm

Copy link

graphite-app bot commented Jan 23, 2025

How to use the Graphite Merge Queue

Add the label graphite-merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@adamegyed adamegyed merged commit 82ce8ca into main Jan 23, 2025
7 checks passed
@adamegyed adamegyed deleted the adam/fix-ci-tests branch January 23, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants