Skip to content

Store error when failing to create a raw socket #25

Store error when failing to create a raw socket

Store error when failing to create a raw socket #25

Workflow file for this run

name: Simple CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
- name: Download dependencies
run: go mod download
- name: Run the tests
run: go test -v -race ./...