Skip to content

Fix lock-free queue bugs and add GitHub Actions CI #1

Fix lock-free queue bugs and add GitHub Actions CI

Fix lock-free queue bugs and add GitHub Actions CI #1

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Build
run: make
- name: Test
run: make test