Skip to content

Commit

Permalink
Add e2e ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Aug 1, 2023
1 parent 2a817cd commit 951f9c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
go-version: '1.20'
- name: Display go version
run: go version
- name: Install and e2e test
- name: Install relayer and simapp
run: |
cd e2e
sudo make install-relayer
make install-simapp
- name: test
run: |
cd e2e
make test-e2e

0 comments on commit 951f9c8

Please sign in to comment.