oops forgot to change mains path

This commit is contained in:
shockrah 2020-08-06 20:28:05 -07:00
parent 500744be05
commit 016d81b82b

View File

@ -20,6 +20,6 @@ basic-test:
- cargo run -- -s&
- fc_id=$!
- cd tests/
- bash ./tests/main.sh body
- bash ./main.sh body
- kill ${fc_id}