Skip to content

Commit

Permalink
chore: re-enable testing staking example in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiszczatowski committed Mar 22, 2023
1 parent dda9d20 commit 629b6be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn build:pst
- name: PST run tests
run: yarn test:pst
# - name: Staking contract build TODO: waiting for warp-contracts internal writes fix
# run: yarn build:example:staking
# - name: Staking contract test
# run: yarn test:example:staking
- name: Staking contract build
run: yarn build:example:staking
- name: Staking contract test
run: yarn test:example:staking

0 comments on commit 629b6be

Please sign in to comment.