mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-23 23:39:02 +01:00
Always run macos and ubuntu tests even if one fails
This commit is contained in:
parent
7cdf9c0ac4
commit
dbf029067f
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
@ -11,6 +11,7 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
Loading…
Reference in New Issue
Block a user