Add secp256k1 verify and pubKey recovery function #1946
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env: | |
GIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }} | |
name: "Run tests (unit + e2e) with local testnet from latest CLI" | |
on: | |
pull_request: | |
types: [labeled, opened, synchronize, reopened, auto_merge_enabled] | |
push: | |
branches: | |
- main | |
jobs: | |
run-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
ref: ${{ env.GIT_SHA }} | |
- uses: ./.github/actions/run-tests |