mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
Fix display of test results summary on CircleCI (#219)
* Reduce pytest xml log size * store artifact to debug * Fix test result path
This commit is contained in:
parent
68a7c01797
commit
56bb81d053
@ -46,7 +46,9 @@ version: 2.1
|
||||
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
|
||||
- store_artifacts:
|
||||
path: test/test-results
|
||||
|
||||
jobs:
|
||||
arm64-gcc:
|
||||
|
@ -1,3 +1,4 @@
|
||||
[pytest]
|
||||
norecursedirs = .git *
|
||||
empty_parameter_set_mark = fail_at_collect
|
||||
junit_log_passing_tests = False
|
||||
|
Loading…
Reference in New Issue
Block a user