Skip to content

use built-in hashset instead of handcrafted boomfilter #21

use built-in hashset instead of handcrafted boomfilter

use built-in hashset instead of handcrafted boomfilter #21

Workflow file for this run

on: [push]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-unknown-linux-musl
- name: make
run: |
make release=1 release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: rfor-*.tar.gz