Skip to content

Fix lock-free queue bugs, add GitHub Actions CI, and add ABA stress test #5

Fix lock-free queue bugs, add GitHub Actions CI, and add ABA stress test

Fix lock-free queue bugs, add GitHub Actions CI, and add ABA stress test #5

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "HP" ]
pull_request:
branches: [ "HP" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: make test
run: make test