Skip to content

add bsd specific error for socket send #18

add bsd specific error for socket send

add bsd specific error for socket send #18

Workflow file for this run

on: push
jobs:
pre-commit-checks:
name: Check that pre-commit is passed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
build_and_tests:
name: Build and tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build
run: cargo build --release
- name: Tests
run: cargo test --verbose