Skip to content

Add AES cipher module #221

Add AES cipher module

Add AES cipher module #221

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: --release -- -D warnings
dusk_analyzer:
name: Dusk Analyzer
uses: dusk-network/.github/.github/workflows/dusk-analysis.yml@main
test_std:
name: tests std
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: --features alloc
test_rkyv:
name: tests rkyv
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: --features rkyv-impl