docs about powdr as library

This commit is contained in:
Leo Alt
2024-02-12 15:30:16 +01:00
parent 393d26fe9e
commit 4be3d9d2bc
7 changed files with 111 additions and 2 deletions

View File

@@ -84,6 +84,8 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: Run default tests
run: PILCOM=$(pwd)/pilcom/ cargo nextest run --archive-file tests.tar.zst --verbose
- name: Run examples
run: cargo run --example hello_world
test_slow:
strategy: