Skip to content

Commit 59a493d

Browse files
committed
test for stored archive, enable on all branches
1 parent 4019053 commit 59a493d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI Pipeline
33
on:
44
push:
55
branches:
6-
- main
6+
- '**'
77
pull_request:
88
branches:
9-
- main
9+
- '**'
1010

1111
jobs:
1212
build-and-test:
@@ -69,7 +69,7 @@ jobs:
6969
# 8. Test correctness of tar.gz index
7070
- name: Test correctness of tar.gz index
7171
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
7373
rm -r test/output/archived_index_100
7474
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
7575
python test/compare_multisearch_results.py test/data/multisearch_100_v_100 test/output/compare_100_v_100_tar

0 commit comments

Comments
 (0)