Skip to content

cmd/consrv: add experimental privilege dropping on gokrazy #30

cmd/consrv: add experimental privilege dropping on gokrazy

cmd/consrv: add experimental privilege dropping on gokrazy #30

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
strategy:
matrix:
go-version: ["1.20"]
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run tests
run: go test -race ./...