Add the first edition to CI so we don't break it again 😅

This commit is contained in:
Carol (Nichols || Goulding) 2017-07-22 16:31:48 -04:00
parent f5afdf152e
commit 77f88336bb
1 changed files with 7 additions and 1 deletions

View File

@ -20,8 +20,14 @@ cargo run -- ../../second-edition/src
cd ../..
# tests for the second edition
# tests for the first edition
cd first-edition
mdbook test
mdbook build
cd ..
# tests for the second edition
cd second-edition
bash spellcheck.sh list
mdbook test