From 87d5d25f38e3c5c7192b488ce6efb60a62e35531 Mon Sep 17 00:00:00 2001 From: mikemirzayanov Date: Mon, 4 Sep 2023 16:53:44 +0300 Subject: [PATCH] test-006_interactors --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae34a3..7c6df1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Run tests run: | cd tests - bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} + bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} test-006_interactors tests-macos11-clang: strategy: @@ -45,7 +45,7 @@ jobs: - name: Run tests run: | cd tests - bash ./run.sh ${{ matrix.compiler }} + bash ./run.sh ${{ matrix.compiler }} test-006_interactors tests-macos12-gpp: strategy: @@ -59,7 +59,7 @@ jobs: - name: Run tests run: | cd tests - bash ./run.sh ${{ matrix.compiler }} + bash ./run.sh ${{ matrix.compiler }} test-006_interactors tests-macos12-clang: strategy: @@ -74,7 +74,7 @@ jobs: - name: Run tests run: | cd tests - bash ./run.sh ${{ matrix.compiler }} + bash ./run.sh ${{ matrix.compiler }} test-006_interactors tests-windows-2019: strategy: @@ -88,7 +88,7 @@ jobs: - name: Run tests run: | cd tests - bash ./run.sh ${{ matrix.compiler }} + bash ./run.sh ${{ matrix.compiler }} test-006_interactors tests-windows-2022: strategy: @@ -102,4 +102,4 @@ jobs: - name: Run tests run: | cd tests - bash ./run.sh ${{ matrix.compiler }} + bash ./run.sh ${{ matrix.compiler }} test-006_interactors