Skip to content

Test: Replace t.error/fatal with assert/request in [/tracker/inflights_test.go] #228

Test: Replace t.error/fatal with assert/request in [/tracker/inflights_test.go]

Test: Replace t.error/fatal with assert/request in [/tracker/inflights_test.go] #228

Workflow file for this run

name: Test AMD64
permissions: read-all
on: [push, pull_request]
jobs:
test-linux-amd64:
uses: ./.github/workflows/test_template.yaml
with:
targets: "['linux-amd64-unit-4-cpu-race']"
test-linux-386:
uses: ./.github/workflows/test_template.yaml
with:
targets: "['linux-386-unit-1-cpu']"
coverage:
needs:
- test-linux-amd64
- test-linux-386
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: goversion
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@v5
with:
go-version: "1.22.1"
- run: make test