Skip to content

Commit

Permalink
test: renamed CryptoAllowance to HederaAccountService CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Jan 23, 2025
1 parent a68acff commit c1db0f8
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 @@ -111,11 +111,11 @@ jobs:
with:
testfilter: BLSSignature

CryptoAllowance:
name: CryptoAllowance Test Suite
HederaAccountService:
name: HederaAccountService Test Suite
uses: ./.github/workflows/test-workflow.yml
with:
testfilter: CryptoAllowance
testfilter: HAS

HIP904:
name: HIP904 Contract Test Suite
Expand All @@ -142,7 +142,7 @@ jobs:
- ShanghaiOpcodes
- PrngSystemContract
- BLSSignatureVerification
- CryptoAllowance
- HederaAccountService
- HIP904

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

0 comments on commit c1db0f8

Please sign in to comment.