Skip to content

Commit

Permalink
feat: added CI workflow for HIP904 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Nakov <[email protected]>
  • Loading branch information
simzzz committed Jan 15, 2025
1 parent 82d2db2 commit a5a383a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/manual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,12 @@ jobs:
networkTag: ${{inputs.networkNodeTag}}
mirrorTag: ${{inputs.mirrorNodeTag}}
relayTag: ${{inputs.relayTag}}

HIP904:
name: HIP904 Contract Test Suite
uses: ./.github/workflows/test-workflow.yml
with:
testfilter: 'HIP904'
networkTag: ${{inputs.networkNodeTag}}
mirrorTag: ${{inputs.mirrorNodeTag}}
relayTag: ${{inputs.relayTag}}
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
with:
testfilter: CryptoAllowance

HIP904:
name: HIP904 Contract Test Suite
uses: ./.github/workflows/test-workflow.yml
with:
testfilter: HIP904

PublishResults:
name: Publish Results
if: ${{ !cancelled() }}
Expand All @@ -137,6 +143,7 @@ jobs:
- PrngSystemContract
- BLSSignatureVerification
- CryptoAllowance
- HIP904

runs-on: smart-contracts-linux-large
steps:
Expand Down

0 comments on commit a5a383a

Please sign in to comment.