Skip to content

Fixed multiple bugs in kqueue OSX implementation #26

Fixed multiple bugs in kqueue OSX implementation

Fixed multiple bugs in kqueue OSX implementation #26

Workflow file for this run

name: ev CI
on:
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: make echo-server
run: make echo-server
- name: make ev-tcp-server
run: make ev-tcp-server
- name: make ping-pong
run: make ping-pong