Skip to content

Commit

Permalink
Merge pull request #581 from ava-labs/merge-ictt
Browse files Browse the repository at this point in the history
Merge ictt
  • Loading branch information
michaelkaplan13 authored Nov 1, 2024
2 parents 81e35e3 + bc22405 commit c84670b
Show file tree
Hide file tree
Showing 94 changed files with 44,522 additions and 76 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,27 @@ jobs:
export PATH=$PATH:$HOME/.foundry/bin
export PATH="$PATH:$GOPATH/bin"
./scripts/local/e2e_test.sh --components validator-manager
ictt_e2e:
name: ictt-e2e-tests
runs-on: ubuntu-22.04
steps:
- name: Checkout repositories and submodules
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Install Foundry
run: ./scripts/install_foundry.sh

- name: Run E2E Tests
# Forge installs to BASE_DIR, but updates the PATH definition in $HOME/.bashrc
run: |
export PATH=$PATH:$HOME/.foundry/bin
export PATH="$PATH:$GOPATH/bin"
./scripts/local/e2e_test.sh --components ictt
2 changes: 1 addition & 1 deletion abi-bindings/go/ProxyAdmin/ProxyAdmin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit c84670b

Please sign in to comment.