diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-07-27 12:41:15 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-01 14:26:02 +0200 |
commit | 6242a1470e4ccd43c0cc3c7facae5759c9592dc1 (patch) | |
tree | 3b36f03d2fb53f4e49b91056b187b1917e1be699 /.github | |
parent | 75e0448114842e5249a5101845ad59de7982bd2a (diff) | |
download | candle-6242a1470e4ccd43c0cc3c7facae5759c9592dc1.tar.gz candle-6242a1470e4ccd43c0cc3c7facae5759c9592dc1.tar.bz2 candle-6242a1470e4ccd43c0cc3c7facae5759c9592dc1.zip |
Starting the book.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/book.yml | 2 |
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/ |