diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fc6d31b0..4e35b798 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,15 +32,13 @@ jobs: run: ape compile --force --size - name: Install Foundry - uses: foundry-rs/foundry-toolchain@v1 - with: - version: nightly + uses: foundry-rs/foundry-toolchain@v1.0.10 - name: output current installation run: pip freeze - name: Run Ape tests - run: ape test -s + run: ape test timeout-minutes: 15 env: TOKENS_TO_TEST: ${{ matrix.tokens_to_test }} diff --git a/foundry_tests/tests/ERC4626Std.t.sol b/foundry/tests/ERC4626Std.t.sol similarity index 100% rename from foundry_tests/tests/ERC4626Std.t.sol rename to foundry/tests/ERC4626Std.t.sol diff --git a/foundry_tests/utils/ExtendedTest.sol b/foundry/utils/ExtendedTest.sol similarity index 100% rename from foundry_tests/utils/ExtendedTest.sol rename to foundry/utils/ExtendedTest.sol diff --git a/foundry_tests/utils/Setup.sol b/foundry/utils/Setup.sol similarity index 100% rename from foundry_tests/utils/Setup.sol rename to foundry/utils/Setup.sol diff --git a/foundry_tests/utils/VyperDeployer.sol b/foundry/utils/VyperDeployer.sol similarity index 100% rename from foundry_tests/utils/VyperDeployer.sol rename to foundry/utils/VyperDeployer.sol