Skip to content

Treat EINVAL from landlock_add_rule error correctly #74

Treat EINVAL from landlock_add_rule error correctly

Treat EINVAL from landlock_add_rule error correctly #74

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
go_tests:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
go:
- '1.18'
- '1.20'
name: Go Tests
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test ./...