Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
csharp: try fixing CI with serial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattico committed Nov 16, 2020
1 parent 75c37d8 commit 23e0aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
# Build all targets to ensure examples are built as well.
command: |
cargo build --all-targets
cargo test
cargo test -- --test-threads=1
cargo build --release --all-targets --all-features
cargo test --release --all-features
cargo test --release --all-features -- --test-threads=1
# docs-build and docs-deploy are adapted from
# https://circleci.com/blog/deploying-documentation-to-github-pages-with-continuous-integration/.
Expand Down

0 comments on commit 23e0aa5

Please sign in to comment.