fix rust tests
This commit is contained in:
parent
64662a519d
commit
77ac5e9066
|
@ -14,4 +14,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --all
|
run: cargo build --all
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --all
|
run: |
|
||||||
|
cargo test
|
||||||
|
(cd lib/go_vanity && cargo test)
|
||||||
|
(cd lib/jsonfeed && cargo test)
|
||||||
|
|
Loading…
Reference in New Issue