summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-07-27 12:41:15 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-01 14:26:02 +0200
commit6242a1470e4ccd43c0cc3c7facae5759c9592dc1 (patch)
tree3b36f03d2fb53f4e49b91056b187b1917e1be699 /.github
parent75e0448114842e5249a5101845ad59de7982bd2a (diff)
downloadcandle-6242a1470e4ccd43c0cc3c7facae5759c9592dc1.tar.gz
candle-6242a1470e4ccd43c0cc3c7facae5759c9592dc1.tar.bz2
candle-6242a1470e4ccd43c0cc3c7facae5759c9592dc1.zip
Starting the book.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/book.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml
index 895a68db..bb4d0494 100644
--- a/.github/workflows/book.yml
+++ b/.github/workflows/book.yml
@@ -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/