From 6c79f12ff5cb0680a5b699bb73def2209f747acf Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Thu, 18 Jan 2024 10:37:01 +0100 Subject: [PATCH] Enable DB integration tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a70dd25..e75d3a68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: cd $USRLIBS source scripts/start_services.sh --kafka-version ${KAFKA_VERSION} --hbase-version ${HBASE_VERSION} cd $FINK_HOME - fink_test -c conf/fink.conf.dev --unit-tests + fink_test -c conf/fink.conf.dev --unit-tests --db-integration - name: Run test suites [prod] if: matrix.container == 'julienpeloton/fink-ci:prod' run: |