chore: add or force update .github/workflows/go-test.yml

This commit is contained in:
web3-bot 2024-08-05 17:25:23 +00:00 committed by Steven Allen
parent e508d8643d
commit 88c73f4a89

21
.github/workflows/go-test.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Go Test
on:
pull_request:
push:
branches: ["master"]
workflow_dispatch:
merge_group:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-test:
uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.0
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}