fix job
Some checks failed
Test book / test (pull_request) Has been cancelled
Rust / build (pull_request) Has been cancelled

This commit is contained in:
Jaroslaw Konik 2025-05-27 10:18:25 +02:00
parent 281f7851b7
commit 3a9a048e34

View file

@ -7,7 +7,7 @@ on:
branches: [ "main" ]
jobs:
deploy:
test:
runs-on: ubuntu-latest
permissions:
contents: write # To push a branch
@ -27,6 +27,6 @@ jobs:
- name: Test Book
run: |
cd book
export CARGO_MANIFEST_DIR = $(pwd)
export CARGO_MANIFEST_DIR=$(pwd)
cargo build
mdbook test -L target/debug/deps/