File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI Pipeline
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - ' ** '
7
7
pull_request :
8
8
branches :
9
- - main
9
+ - ' ** '
10
10
11
11
jobs :
12
12
build-and-test :
69
69
# 8. Test correctness of tar.gz index
70
70
- name : Test correctness of tar.gz index
71
71
run : |
72
- ./bin/index test/data/filelist_100.txt test/output/archived_index_100 -t 4 -n 1000 -s
72
+ ./bin/index test/data/filelist_100.txt test/output/archived_index_100 -t 4 -n 1000 -s -a test/output/archived_index_100.tar.gz
73
73
rm -r test/output/archived_index_100
74
74
bin/compare test/data/filelist_100.txt test/output/archived_index_100.tar.gz test/output/working_directory test/output/compare_100_v_100_tar -c 0.0 -t 2 -n 500 -k 51
75
75
python test/compare_multisearch_results.py test/data/multisearch_100_v_100 test/output/compare_100_v_100_tar
You can’t perform that action at this time.
0 commit comments