Skip to content

Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_a #98

Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_a

Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_a #98

Workflow file for this run

name: Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --all-features