Skip to content

Commit

Permalink
test-006_interactors
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Sep 4, 2023
1 parent b3fad97 commit 87d5d25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -102,4 +102,4 @@ jobs:
- name: Run tests
run: |
cd tests
bash ./run.sh ${{ matrix.compiler }}
bash ./run.sh ${{ matrix.compiler }} test-006_interactors

0 comments on commit 87d5d25

Please sign in to comment.