Skip to content

Commit

Permalink
Separate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Aug 2, 2023
1 parent bedbb5e commit 0ecb7b4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
- release/**
jobs:
e2e-test:
test-fnsa-fnsa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -21,6 +21,15 @@ jobs:
run: |
cd e2e
make test-fnsa-fnsa
test-fnsa-csms:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Display go version
run: go version
- name: Test finschia to cosmos
run: |
cd e2e
Expand Down

0 comments on commit 0ecb7b4

Please sign in to comment.