Skip to content

Commit

Permalink
Ignore the slow tests in dev but not on CI (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyplo authored Apr 21, 2019
1 parent 4ee3e0c commit 33799c1
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- cargo fmt -- --check
- cargo clippy
- cargo check
- cargo test
- cargo test -- --ignored
- cargo doc
- cargo package

Expand Down
Loading

0 comments on commit 33799c1

Please sign in to comment.