Skip to content

Self Join + Initial GCP Code #367

Self Join + Initial GCP Code

Self Join + Initial GCP Code #367

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.23.1
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libvirt-dev
- name: Test
run: go test -race -count=3 ./...