Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bust Turborepo cache when the test validator version changes (#2911)
Closes #2718. # Test Plan ``` pnpm turbo test:unit:node --filter=@solana/rpc-spec pnpm turbo test:unit:node --filter=@solana/rpc-spec nano .agave/active_release/version.yml # Change version pnpm turbo test:unit:node --filter=@solana/rpc-spec ``` Observe that first call is uncached, second is cached, and third is uncached.
- Loading branch information