This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make sure the emulated jobs upload their test results properly
kyber
Thom Wiggers
5 years ago
committed by
Kris Kwiatkowski
parent
56a0fcb135
commit
367f29382f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.circleci/config.yml
+ 1
- 1
.circleci/config.yml
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:
Write
Preview
Loading…
Cancel
Save