Skip to content

Add a security policy #56

Add a security policy

Add a security policy #56

Workflow file for this run

name: go test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
linux:
name: go test
runs-on: ubuntu-20.04
steps:
- name: checkout code
uses: actions/checkout@v3
- name: test
run: |
set -euo pipefail
go test ./...
go test -race ./...