This commit is contained in:
alex.sharov 2022-11-18 04:31:11 +03:00
parent a442293be1
commit faa92f9bbc
2 changed files with 4 additions and 4 deletions

View File

@ -69,8 +69,8 @@ jobs:
- name: Test
run: make test
- name: Test HistoryV3
run: make test3
# - name: Test HistoryV3
# run: make test3
tests-windows:
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}

View File

@ -36,8 +36,8 @@ jobs:
- name: test-integration
run: make test-integration
- name: history-v3-test-integration
run: make test3-integration
# - name: history-v3-test-integration
# run: make test3-integration
tests-windows:
strategy: