Skip to content

Congestion adjustment + contract loader (#18) #141

Congestion adjustment + contract loader (#18)

Congestion adjustment + contract loader (#18) #141

Workflow file for this run

name: Decoding tests
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
network: [ Anvil, Geth ]
env:
ROOT_PRIVATE_KEY: ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
env:
NETWORK: ${{ matrix.network }}
run: |
nix develop -c make $NETWORK && make root_private_key=$ROOT_PRIVATE_KEY network=$NETWORK test