Skip to content

Commit c5fca81

Browse files
committed
Fix regrtest results collection
1 parent 1c6d771 commit c5fca81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions-rs/cargo@v1
6767
with:
6868
command: build
69-
args: --release --verbose --all
69+
args: --release --verbose
7070
- name: collect tests data
7171
run: cargo run --release extra_tests/jsontests.py
7272
env:

0 commit comments

Comments
 (0)