Fix tests (#358)

* update evm template tests

* update generic runtime constant tests

* avoid workflows cancelling each other

---------

Co-authored-by: Gustavo Gonzalez <gustavo.gonzalez@openzeppelin.com>
This commit is contained in:
Amar Singh
2024-11-05 09:13:04 -05:00
committed by GitHub
parent 696a67e0aa
commit bdc9af1942
4 changed files with 375 additions and 328 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: