Improve tests and docs #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |