'cargo test' should be 'cargo doc'

add_libdifftastic
Wilfred Hughes 2022-08-27 16:05:25 +07:00
parent 660e9a1b1e
commit 175620590f
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ jobs:
run: sudo apt-get install -y jq
- uses: dtolnay/rust-toolchain@1.57.0
- run: cargo test
- run: cargo doc
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1