Skip to content

mz523: skip interstage clean #1921

mz523: skip interstage clean

mz523: skip interstage clean #1921

Workflow file for this run

name: Unit tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
permissions: {}
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: '1.26.0'
check-latest: true
- run: make test
- run: make golden
- name: Run staticcheck
uses: dominikh/staticcheck-action@v1.4.0
with:
install-go: false
version: 'latest'