Skip to content

Commit

Permalink
fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrostew committed Oct 9, 2018
1 parent 61e9455 commit b25b36b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,9 @@ install:
# the "directory does not contain a project or solution file" error.
build: false

# Uses 'cargo test' to run tests and build. Alternatively, the project may call compiled programs
#directly or perform other testing commands. Rust will automatically be placed in the PATH
# environment variable.
# first, this runs the unit tests for all crates (without mocking the network)
# - these are run single-threaded because some tests change environment variables, which is not thread-safe
# next, this runs the acceptance tests, using network mocks
test_script:
# the unit tests for all crates (without mocking the network)
# run single-threaded because some tests change environment variables, which is not thread-safe
- cargo test --package notion-core --package notion-fail --package node-archive --package notion-fail-derive --package progress-read -- --test-threads=1 &&
# the acceptance tests, using network mocks
cargo test --features mock-network

0 comments on commit b25b36b

Please sign in to comment.