Skip to content

Commit 16bcbfd

Browse files
committed
Update tests.yml
1 parent 685e6d9 commit 16bcbfd

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
14-
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
15-
fail-fast: false
14+
fail-fast: true
1615

17-
# Set up a matrix to run the following 3 configurations:
18-
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
19-
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
20-
# 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
21-
#
22-
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2316
matrix:
2417
os: [ubuntu-latest, windows-latest, macos-latest]
2518
build_type: [Debug, Release]
@@ -82,4 +75,4 @@ jobs:
8275
- name: Check formatting
8376
run: |
8477
find examples include tests -name '*.cpp' -o -name '*.h' |
85-
xargs clang-format -style=file -i --dry-run --Werror
78+
xargs clang-format -style=file -i # --dry-run --Werror

0 commit comments

Comments
 (0)