We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d352570 commit 1d6386cCopy full SHA for 1d6386c
.github/workflows/tests.yaml
@@ -13,14 +13,14 @@ concurrency:
13
jobs:
14
unit:
15
concurrency:
16
- group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
17
- cancel-in-progress: true
18
- strategy:
19
- fail-fast: false
20
- matrix:
21
- os: [ubuntu, macOS]
22
- env:
23
- OS: ${{ matrix.os }}-latest
+ group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
+ cancel-in-progress: true
+ strategy:
+ fail-fast: false
+ matrix:
+ os: [ubuntu, macOS]
+ env:
+ OS: ${{ matrix.os }}-latest
24
runs-on: ${{ matrix.os }}-latest
25
steps:
26
- name: Checkout PR
0 commit comments