Merge pull request #243 from PQClean/fix-upload-test-results

Make sure the emulated jobs upload their test results properly
This commit is contained in:
Thom Wiggers 2019-10-21 14:30:34 +02:00 committed by GitHub
commit 54d6301eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ version: 2.1
cd test && python3 -m pytest --verbose --junitxml=test-results/pytest/results.xml --numprocesses=auto"
no_output_timeout: 2h
- store_test_results:
path: test-results
path: test/test-results
.native_job: &nativejob
docker: