Skip to content

Commit

Permalink
Merge pull request #50 from input-output-hk/use_vitup_in_tests
Browse files Browse the repository at this point in the history
[Test] Use vitup in tests
  • Loading branch information
dkijania authored Mar 1, 2021
2 parents c631558 + 4515c21 commit 915e752
Show file tree
Hide file tree
Showing 12 changed files with 509 additions and 799 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ commands:
command: |
cd jormungandr
cargo install --path jormungandr --locked
cargo install --path jcli --locked
- run:
name: checkout vit-station-service
command: |
Expand All @@ -114,7 +115,7 @@ commands:
environment:
RUST_BACKTRACE: 1
command: |
cargo test
cargo test -- --test-threads=1
workflows:
version: 2
Expand Down
Loading

0 comments on commit 915e752

Please sign in to comment.