Skip to content

breaking: fix bloom filter #8

breaking: fix bloom filter

breaking: fix bloom filter #8

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
paths:
- .github/workflows/*.yml
- lib/**
- main.c
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y clang
- run: clang -v
- run: make build
- run: ./ecloop -v
- run: ./ecloop add -f data/btc-puzzles-hash -r 8000:ffff -q -o /dev/null