Skip to content

core: Fix rkyv-impl feature #311

core: Fix rkyv-impl feature

core: Fix rkyv-impl feature #311

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

Check failure on line 21 in .github/workflows/dusk_ci.yml

View workflow run for this annotation

GitHub Actions / Continuous integration

Invalid workflow file

The workflow is not valid. .github/workflows/dusk_ci.yml (Line: 21, Col: 19): Invalid input, test_flags is not defined in the referenced workflow.

Check failure on line 21 in .github/workflows/dusk_ci.yml

View workflow run for this annotation

GitHub Actions / Continuous integration

Invalid workflow file

The workflow is not valid. .github/workflows/dusk_ci.yml (Line: 21, Col: 19): Invalid input, test_flags is not defined in the referenced workflow.
test_core:
name: test core
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: -p phoenix-core --features=alloc
test_core_rkyv:
name: test core rkyv compiles
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: -p phoenix-core --features=rkyv-impl,alloc --no-run
test_circuits:
name: test cirucits
uses: dusk-network/.github/.github/workflows/run-tests.yml@main
with:
test_flags: -p phoenix-circuits