mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Disable fail-fast in GitHub Actions.
This commit is contained in:
parent
722c63ad53
commit
94066ae048
1
.github/workflows/ci-linux.yml
vendored
1
.github/workflows/ci-linux.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
- name: Run test-build
|
||||
run: ./tools/test-build ${{ matrix.compiler }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler:
|
||||
- clang++
|
||||
|
1
.github/workflows/ci-macos.yml
vendored
1
.github/workflows/ci-macos.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
- name: Run test-build
|
||||
run: ./tools/test-build c++
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
standard:
|
||||
- gnu++98
|
||||
|
Loading…
x
Reference in New Issue
Block a user