Skip to content

Commit

Permalink
Merge branch 'main' into fix-unfreeze-after-new-stake
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava authored Dec 15, 2024
2 parents 4c22a3c + 7a1ae70 commit dce257c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/.github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Copy specs to lava
run: |
rm -rf lava/specs
cp -r $GITHUB_WORKSPACE lava/specs
cp -r $GITHUB_WORKSPACE/mainnet-1/specs lava/specs
cp -r $GITHUB_WORKSPACE/testnet-2/specs lava/specs
- name: Run Tests
working-directory: lava/x/spec/keeper
Expand Down

0 comments on commit dce257c

Please sign in to comment.