Merge branch 'next' into feat/check-pox-2-params

This commit is contained in:
Jude Nelson
2022-12-17 02:38:32 -05:00
71 changed files with 2907 additions and 1204 deletions

View File

@@ -92,6 +92,7 @@ jobs:
- tests::epoch_21::test_pox_reorg_one_flap
- tests::epoch_21::test_pox_reorg_flap_duel
- tests::epoch_21::test_pox_missing_five_anchor_blocks
- tests::neon_integrations::bad_microblock_pubkey
steps:
- uses: actions/checkout@v2
- name: Download docker image

View File

@@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Execute core contract unit tests in Clarinet"
uses: docker://hirosystems/clarinet:latest
uses: docker://hirosystems/clarinet:1.1.0
with:
args: test --coverage --manifest-path=./contrib/core-contract-tests/Clarinet.toml
- name: "Export code coverage"