Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Addressed TODO in CircleCI config. (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf authored Jun 23, 2020
1 parent 2faa797 commit 6ddc394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ localCheckout: &localCheckout
command: .circleci/git_no_checkin_in_last_day.sh || (env LD_LIBRARY_PATH="$(pwd):$(pwd)/oqs/lib" make test)
- run:
name: Run OQS connection, CMS and speed tests
# TODO: Add psutil to CI images.
command: .circleci/git_no_checkin_in_last_day.sh || (apt install python3-psutil && env LD_LIBRARY_PATH="$(pwd):$(pwd)/oqs/lib" python3 -m pytest --numprocesses=auto oqs-test/test_tls_full.py oqs-test/test_cms.py oqs-test/test_speed.py --junitxml=oqs-test/tmp/test-results/pytest/test-results.xml)
command: .circleci/git_no_checkin_in_last_day.sh || (env LD_LIBRARY_PATH="$(pwd):$(pwd)/oqs/lib" python3 -m pytest --numprocesses=auto oqs-test/test_tls_full.py oqs-test/test_cms.py oqs-test/test_speed.py --junitxml=oqs-test/tmp/test-results/pytest/test-results.xml)
- store_test_results: # Note that this command will fail when running CircleCI locally, that is expected behaviour
path: oqs-test/tmp/test-results

Expand Down

0 comments on commit 6ddc394

Please sign in to comment.