Skip to content

Improve tests and docs #9

Improve tests and docs

Improve tests and docs #9

name: Native io_uring
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:
concurrency:
group: io-uring-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
io-uring-debug:
name: io_uring Debug
runs-on: ubuntu-latest
env:
TELEPATH_REQUIRE_IO_URING_SUCCESS: "1"
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install build dependencies
run: sudo ./support/install_build_deps.sh
- name: Build io_uring debug
run: ./scripts/build/io_uring_debug.sh
- name: Run native io_uring tests
run: ./scripts/test/io_uring_native.sh