Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed May 23, 2024
1 parent bd7f852 commit 94915e5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-cafc2606a2187a42b236df4aa65f4e8cdfcea970

- name: Run Forge install
run: forge install
Expand Down
3 changes: 0 additions & 3 deletions test/HelperContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ pragma solidity ^0.8.20;
import "forge-std/Test.sol";
import "CMTAT/CMTAT_STANDALONE.sol";
import "../src/IncomeVault.sol";
//import "../src/invariantStorage/DebtVaultInvariantStorage.sol";
import "RuleEngine/RuleEngine.sol";
import "RuleEngine/rules/validation/RuleWhitelist.sol";
import {Upgrades, Options} from "openzeppelin-foundry-upgrades/Upgrades.sol";
//import "OZ/token/ERC20/IERC20.sol";
//import "OZ/token/ERC20/ERC20.sol";
/**
* @title Constants used by the tests
*/
Expand Down
1 change: 0 additions & 1 deletion test/IncomeVault.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import "./HelperContract.sol";
import "CMTAT/interfaces/engine/IRuleEngine.sol";
import "CMTAT/interfaces/engine/IAuthorizationEngine.sol";
import {IncomeVault} from "../src/IncomeVault.sol";
//import {Upgrades,} from "openzeppelin-foundry-upgrades/Upgrades.sol";

/**
* @title Test for IncomeVault
Expand Down
1 change: 0 additions & 1 deletion test/IncomeVaultBatch.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import "./HelperContract.sol";
import "CMTAT/interfaces/engine/IRuleEngine.sol";
import "CMTAT/interfaces/engine/IAuthorizationEngine.sol";
import {IncomeVault} from "../src/IncomeVault.sol";
//import {Upgrades,} from "openzeppelin-foundry-upgrades/Upgrades.sol";

/**
* @title Test for IncomeVault
Expand Down
1 change: 0 additions & 1 deletion test/IncomeVaultRestricted.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import "./HelperContract.sol";
import "CMTAT/interfaces/engine/IRuleEngine.sol";
import "CMTAT/interfaces/engine/IAuthorizationEngine.sol";
import {IncomeVault} from "../src/IncomeVault.sol";
//import {Upgrades,} from "openzeppelin-foundry-upgrades/Upgrades.sol";

/**
* @title Test for DebtVault
Expand Down

0 comments on commit 94915e5

Please sign in to comment.