Skip to content

Commit

Permalink
remove test files from release & rename contract client update test
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkSngh committed Jan 16, 2025
1 parent 947904c commit e721102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Check contract sizes
run: rm -rf out && forge build --force contracts/ --sizes --deny-warnings
run: rm -rf out release-artifacts && forge build --force contracts/ --sizes --deny-warnings

- name: Contract Unit Tests
run: forge test
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
registries:
runs-on: ubuntu-latest
environment: release
needs: release
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion test/CrossL2ProverClientUpdate.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {ISignatureVerifier} from "contracts/interfaces/ISignatureVerifier.sol";
import {ICrossL2Prover} from "contracts/interfaces/ICrossL2Prover.sol";
import {IAppStateVerifier} from "contracts/interfaces/IAppStateVerifier.sol";

contract CrossL2ProverTest is SigningBase {
contract CrossL2ProverClientUpdateTest is SigningBase {
using stdJson for string;

CrossL2Prover crossProver;
Expand Down

0 comments on commit e721102

Please sign in to comment.