Skip to content

[Automated] Merged refs/heads/k8s-sync-2024-08-09-0201-d7d9a0ab4c3b84… #183

[Automated] Merged refs/heads/k8s-sync-2024-08-09-0201-d7d9a0ab4c3b84…

[Automated] Merged refs/heads/k8s-sync-2024-08-09-0201-d7d9a0ab4c3b84… #183

Workflow file for this run

name: Unit tests
on:
workflow_dispatch:
workflow_call:
push:
jobs:
ut:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
# When changing this, be sure to update the version at:
# vertica/make/build-container/*Dockerfile
go-version: "1.20.13"
- name: Run unit tests
run: make vet lint test