Skip to content

Commit

Permalink
Merge pull request #17 from multiversx/composite-final-part
Browse files Browse the repository at this point in the history
Fix remaining tests
  • Loading branch information
andreibancioiu committed May 30, 2024
2 parents 8426314 + b3b71f8 commit ea4ee3e
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check code coverage

on:
push:
branches: ["main"]
branches: ["main", "feat/*"]
pull_request:
branches: ["main"]
branches: ["main", "feat/*"]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run linter

on:
push:
branches: ["main"]
branches: ["main", "feat/*"]
pull_request:
branches: ["main"]
branches: ["main", "feat/*"]
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run tests

on:
push:
branches: ["main"]
branches: ["main", "feat/*"]
pull_request:
branches: ["main"]
branches: ["main", "feat/*"]
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# mx-sdk-abi-go

ABI components and ABI-aware codecs for interacting with MultiversX smart contracts (using Go).
Loading

0 comments on commit ea4ee3e

Please sign in to comment.