Skip to content

Commit

Permalink
Commented out C++, added fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Jul 28, 2023
1 parent 9b672d6 commit 41bd5d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
strategy:
matrix:
tsv:
- target: cpp_stl
subtarget: _98
implementation: msvc142
- target: cpp_stl
subtarget: _11
implementation: msvc142
# - target: cpp_stl
# subtarget: _98
# implementation: msvc142
# - target: cpp_stl
# subtarget: _11
# implementation: msvc142
- target: csharp
implementation: net48
fail-fast: false
env:
TARGET: ${{matrix.tsv.target}}
SUBTARGET: ${{matrix.tsv.subtarget}}
Expand Down

0 comments on commit 41bd5d5

Please sign in to comment.