Skip to content

APIGOV-32341 - remove fortify #5355

APIGOV-32341 - remove fortify

APIGOV-32341 - remove fortify #5355

Workflow file for this run

name: Run test
on:
push:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.25
cache: false
- name: Install go-junit-report
run: go install github.com/jstemmer/go-junit-report/v2@latest
- name: Test
run: make test