This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Plume
/
webfinger
Watch
5
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add async tests to travis test script
pull/11/head
Mina Galić
11 months ago
parent
bd0bff44bf
commit
e2b2b376a6
Signed by:
igalic
<me+github@igalic.co>
GPG Key ID:
ACFEFF7F6A123A86
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.travis.yml
+ 4
- 1
.travis.yml
View File
@@ -25,4 +25,7 @@ addons:
- zlib1g-dev
- libiberty-dev
script: cargo test && ./coverage.sh
script:
- cargo test
- cargo test --features async
- ./coverage.sh
Write
Preview
Loading…
Cancel
Save