Skip to content

fix: resolve empty preimage bug and add more tests #13

fix: resolve empty preimage bug and add more tests

fix: resolve empty preimage bug and add more tests #13

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "16"
- name: Prepare
run: make prepare
- name: Build
run: make build
- name: Run tests
run: make test