Skip to content

Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_b #107

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

Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_b #107

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