Starting the book.

This commit is contained in:
Nicolas Patry
2023-07-27 12:41:15 +02:00
parent 75e0448114
commit 6242a1470e
8 changed files with 96 additions and 4 deletions

View File

@ -24,6 +24,6 @@ jobs:
curl -sSL $url | tar -xz --directory=bin
echo "$(pwd)/bin" >> $GITHUB_PATH
- name: Run tests
run: cd candle-book && mdbook test
run: cd candle-book && cargo build && mdbook test -L ../target/debug/deps/