Skip to content

Commit f277f90

Browse files
committed
Test more combinations
1 parent 1953efa commit f277f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
instances:
12-
# - 1
12+
- 1
1313
- 2
1414
# - 3 # 3 generally seemed to be a bit slower? Could just be resource constraints though... (should try on k8s? :D)
1515
async:
@@ -41,7 +41,7 @@ jobs:
4141
- 2000EmptyItems
4242
# - 2000SingleTermItems
4343
# - 2000MultiTermItems
44-
# - 2000FullishItems
44+
- 2000FullishItems
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout code

0 commit comments

Comments
 (0)