Skip to content

Restructure crate features #352

Restructure crate features

Restructure crate features #352

Workflow file for this run

on:
pull_request:
push:
branches:
- master
name: Continuous integration
jobs:
code_analysis:
name: Code Analysis
uses: dusk-network/.github/.github/workflows/code-analysis.yml@main
with:
clippy_default: false
clippy_args: --features=rkyv/size_32
analyze:
name: Dusk Analyzer
uses: dusk-network/.github/.github/workflows/dusk-analysis.yml@main
check_merkle:
name: Tests std
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: --features=merkle --no-run
check_cipher:
name: Tests std
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: --features=cipher --no-run
test_std:
name: Tests std
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: --features=zk,cipher,merkle,rkyv-impl,size_32