Skip to content

Merge pull request #138 from dusk-network/mocello/136_from_sk #195

Merge pull request #138 from dusk-network/mocello/136_from_sk

Merge pull request #138 from dusk-network/mocello/136_from_sk #195

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
test_rkyv:
name: tests rkyv
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: --features rkyv-impl