Skip to content

finish inclusion of optional thread safety #16

finish inclusion of optional thread safety

finish inclusion of optional thread safety #16

Workflow file for this run

name: mempool CI
on:
push:
branches: [ "main", "testing" ]
pull_request:
branches: [ "main", "testing" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: make
- name: test run
run: make test
- name: clean
run: make clean