Skip to content

Merge pull request #20 from marcoshuck/dependabot/github_actions/acti… #22

Merge pull request #20 from marcoshuck/dependabot/github_actions/acti…

Merge pull request #20 from marcoshuck/dependabot/github_actions/acti… #22

Workflow file for this run

name: Go Test
on:
pull_request:
push:
branches:
- main
tags:
- v*
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
cache: true
- name: Test
run: make test