Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 0b43689

Browse files
committed
travis.yml: Test additionally the added subcrates
1 parent 75bc8b4 commit 0b43689

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ script:
1717
- cargo build -v
1818
- cargo test -v
1919
- cargo test test_tooltip_std -- --ignored
20+
# Since the rls-* subcrates use crates.io-based dependencies of themselves it
21+
# makes sense to test them in isolation rather than just RLS itself
22+
- (cd rls-analysis && cargo test -v)
23+
- (cd rls-blacklist && cargo test -v)
24+
- (cd rls-data && cargo test -v)
25+
- (cd rls-rustc && cargo test -v)
26+
- (cd rls-span && cargo test -v)
27+
- (cd rls-vfs && cargo test -v)
2028

2129
env:
2230
global:

0 commit comments

Comments
 (0)