Skip to content

Commit

Permalink
Fix tests (#358)
Browse files Browse the repository at this point in the history
* update evm template tests

* update generic runtime constant tests

* avoid workflows cancelling each other

---------

Co-authored-by: Gustavo Gonzalez <[email protected]>
  • Loading branch information
4meta5 and ggonzalez94 authored Nov 5, 2024
1 parent 696a67e commit bdc9af1
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
# If new code is pushed to a PR branch, then cancel in progress workflows for
# that PR. Ensures that we don't waste CI time, and returns results quicker.
concurrency:
group: ci-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
# If new code is pushed to a PR branch, then cancel in progress workflows for
# that PR. Ensures that we don't waste CI time, and returns results quicker.
concurrency:
group: ci-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down
Loading

0 comments on commit bdc9af1

Please sign in to comment.