File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
37
37
working-directory : ./extra_tests
38
38
continue-on-error : true
39
39
- name : run cpython tests
40
- run : LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v -x test_importlib
41
- continue-on-error : true
42
- - name : run test_importlib, separately
43
- run : LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v -x test_importlib
40
+ run : |
41
+ # run test_importlib separately, otherwise it hangs (?)
42
+ LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v test_importlib
43
+ LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v -x test_importlib
44
44
continue-on-error : true
45
45
- name : prepare code coverage data
46
46
run : |
You can’t perform that action at this time.
0 commit comments