Skip to content

Test healtz

Test healtz #31

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
test: [1,2,3,4,5]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.19'
# - name: Install tests deps
# run: sudo apt install nmap -y
- name: Go test
run: go test -v ./internal/http/... -count 1