Skip to content

Add support for multiple ping targets. (#28) #13

Add support for multiple ping targets. (#28)

Add support for multiple ping targets. (#28) #13

Workflow file for this run

name: Testing Commit
on:
push:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test application
run: go test ./...