Skip to content

Commit

Permalink
Governed Gas Gool e2e test gas fee deposit (#998)
Browse files Browse the repository at this point in the history
Co-authored-by: Icarus131 <[email protected]>
  • Loading branch information
0xmovses and Icarus131 authored Jan 15, 2025
1 parent 05d31c4 commit 8b51208
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 237 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,32 @@ jobs:
# Run the foundry solidity contracts using the WETH9 contract on sepolia
run: cd protocol-units/bridge/contracts && forge test --fork-url https://ethereum-sepolia-rpc.publicnode.com -vv

governed-gas-pool:
if: github.event.label.name == 'cicd:governed-gas-pool' || github.ref == 'refs/heads/main'
strategy:
matrix:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-16vcpu-ubuntu-2204

runs-on: ${{ matrix.runs-on }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Run Movement Full Node + indexer Tests Against Local ETH and Local Celestia
env:
CELESTIA_LOG_LEVEL: FATAL # adjust the log level while debugging
run: |
nix develop --command bash -c "just movement-full-node native build.setup.eth-local.celestia-local.test-ggp-gas-fee -t=false"
mcr:
if: github.event.label.name == 'cicd:mcr' || github.ref == 'refs/heads/main'
strategy:
Expand Down
Loading

0 comments on commit 8b51208

Please sign in to comment.