Skip to content

Commit

Permalink
impv: update test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tansawit committed Jul 23, 2024
1 parent 0250a4c commit d2cb9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Run Forge build
run: |
forge build --sizes
forge build --sizes --via-ir
id: build

- name: Run Forge tests
Expand Down
2 changes: 1 addition & 1 deletion src/Slinky.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.24;

import "./interfaces/ICosmos.sol";
import "./utils/jsmnSolLib.sol";
import "./utils/JsmnSolLib.sol";
import "./utils/IsoToUnix.sol";

contract Slinky {
Expand Down

0 comments on commit d2cb9c6

Please sign in to comment.