🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix yaml syntax

+5 -4
+5 -4
.github/workflows/tests.yaml
··· 2 2 on: [push, pull_request] 3 3 jobs: 4 4 test: 5 - fail-fast: false 6 - matrix: 7 - os: ["windows-latest", "ubuntu-latest", "macOS-latest"] 8 - go: ["1.18.x", "1.19.x"] 5 + strategy: 6 + fail-fast: false 7 + matrix: 8 + os: ["windows-latest", "ubuntu-latest", "macOS-latest"] 9 + go: ["1.18.x", "1.19.x"] 9 10 runs-on: ${{ matrix.os }} 10 11 11 12 steps: