Skip to content

Commit 75e4bdf

Browse files
committed
NO_VARIANT CI fix
1 parent 57f9919 commit 75e4bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ jobs:
120120
run: |
121121
dub run dpq2:integration_tests --build=unittest-cov -- --conninfo="$CONN_STRING"
122122
dub run dpq2:integration_tests --build=cov -- --conninfo="$CONN_STRING"
123+
dub run dpq2:integration_tests --d-version=NO_VARIANT
123124
dub run dpq2:example --build=release -- --conninfo="$CONN_STRING"
124125
dub run doveralls
125-
dub test --f-version=NO_VARIANT
126126
shell: bash
127127
- name: Upload coverage data
128128
if: matrix.build == 'tests_and_cov'

0 commit comments

Comments
 (0)