fix rust tests

This commit is contained in:
Cadey Ratio 2020-07-14 22:43:07 -04:00
parent 64662a519d
commit 77ac5e9066
1 changed files with 4 additions and 1 deletions

View File

@ -14,4 +14,7 @@ jobs:
- name: Build
run: cargo build --all
- name: Run tests
run: cargo test --all
run: |
cargo test
(cd lib/go_vanity && cargo test)
(cd lib/jsonfeed && cargo test)