Skip to content

Change: remove level critical notification #565

Change: remove level critical notification

Change: remove level critical notification #565

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- run: |
go test -v ./...