Skip to content

Commit

Permalink
Build: don't test Sisking msvc build on test 1, because it contains…
Browse files Browse the repository at this point in the history
… code not compatible with VC
  • Loading branch information
Oldes committed Dec 27, 2021
1 parent 7700014 commit 1741b18
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/siskin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ jobs:
- name: Test build multiple at once
run: ./Siskin-x64.exe test 1 2 "test-8 spaced"

- name: Test build 1 (MSVC)
run: ./Siskin-x64.exe test --msvc test-1
- name: Test build 1 (MSVC)
run: ./Siskin-x64.exe test --msvc test-1

- name: Test build 8 (MSVC)
run: ./Siskin-x64.exe test --msvc 8

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1741b18

Please sign in to comment.