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 0d29fc8 commit 121bc6cCopy full SHA for 121bc6c
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
go-version: [1.26.x]
20
- os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
+ os: [ubuntu-latest, macos-latest, windows-latest]
21
runs-on: ${{ matrix.os }}
22
steps:
23
- if: matrix.os == 'ubuntu-latest'
@@ -39,9 +39,6 @@ jobs:
39
go-version: ${{ matrix.go-version }}
40
check-latest: true
41
cache: true
42
- cache-dependency-path: |
43
- **/go.sum
44
- **/go.mod
45
- name: Install Node
46
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
47
with:
0 commit comments