Skip to content

DNS feature and refactoring for V2 #228

DNS feature and refactoring for V2

DNS feature and refactoring for V2 #228

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
run: go test ./...
- name: Build
run: go build .
working-directory: cmd/chaos/