Skip to content

Commit

Permalink
Add check to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Feb 14, 2024
1 parent c035373 commit 1fd833e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Run integration tests
run: yarn test

test-storage:
name: Test storage layout
test-contracts:
name: Test storage layout and signatures
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -95,6 +95,9 @@ jobs:
- name: Test Storage Layouts
run: yarn run test:storage

- name: Test function signatures
run: yarn run test:signatures

test-e2e:
name: Test e2e
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fd833e

Please sign in to comment.