Skip to content

Merge pull request #8 from ronin-chain/dependabot/github_actions/acti… #23

Merge pull request #8 from ronin-chain/dependabot/github_actions/acti…

Merge pull request #8 from ronin-chain/dependabot/github_actions/acti… #23

Workflow file for this run

name: Unittest
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repo'
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0
- name: 'Setup Go'
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v3.3.0
with:
go-version: '1.18.5'
- name: 'Go Test- Test Coverage'
run: make test