Skip to content

Merge pull request #332 from vitessio/dependabot/pip/ansible-7.0.0 #1417

Merge pull request #332 from vitessio/dependabot/pip/ansible-7.0.0

Merge pull request #332 from vitessio/dependabot/pip/ansible-7.0.0 #1417

name: Golang Unit Tests
on: [push, pull_request]
jobs:
build:
name: Execute all the unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Test
run: make test