Skip to content

Commit

Permalink
run unit and integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrostew committed Sep 7, 2018
1 parent 39c1215 commit 374058f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- stage: test
rust: stable
script: |
cargo test --all
cargo test --package notion-core --package notion-fail --package node-archive --package notion-fail-derive --package progress-read &&
cargo test --features mock-network
- stage: publish
# Conditional builds: https://docs.travis-ci.com/user/conditional-builds-stages-jobs/
if: (branch = master) AND (type = push)
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ build: false
#directly or perform other testing commands. Rust will automatically be placed in the PATH
# environment variable.
test_script:
- cargo test --all --verbose %cargoflags%
- cargo test --package notion-core --package notion-fail --package node-archive --package notion-fail-derive --package progress-read &&
cargo test --features mock-network

0 comments on commit 374058f

Please sign in to comment.