Skip to content

Commit

Permalink
fix(evm): unscope local test command
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Dec 13, 2024
1 parent 15959d6 commit b1c7b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/evm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ _: {
runtimeInputs = [ self'.packages.forge ];
text = ''
${ensureAtRepositoryRoot}
FOUNDRY_LIBS=["${evmLibs}"] FOUNDRY_PROFILE="test" FOUNDRY_TEST="evm/tests/src" forge test -vvvv --match-path evm/tests/src/02-client/CosmosInCosmosClient.t.sol --gas-report "$@"
FOUNDRY_LIBS=["${evmLibs}"] FOUNDRY_PROFILE="test" FOUNDRY_TEST="evm/tests/src" forge test -vvv --gas-report "$@"
'';
};

Expand Down

0 comments on commit b1c7b7e

Please sign in to comment.