Skip to content

Increase retry resilience for flaky boutique connectivity tests #59

Increase retry resilience for flaky boutique connectivity tests

Increase retry resilience for flaky boutique connectivity tests #59

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build-and-test:
runs-on: new
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v7
with:
version: latest
- name: Build
run: go build ./cmd/netalchemy
- name: Unit Tests
run: go test ./...