Skip to content

Commit 596a576

Browse files
template/c: fix github workflows
1 parent e69522d commit 596a576

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

template/c/.github/workflows/main.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,3 @@ jobs:
2020
run: |
2121
nix develop ${{ env.CI_NIX_FLAKE }} --command \
2222
editorconfig-checker && echo "ok"
23-
test:
24-
runs-on: ubuntu-latest
25-
steps:
26-
- name: Checkout
27-
uses: actions/checkout@v4
28-
- name: Setup Nix
29-
uses: DeterminateSystems/nix-installer-action@main
30-
- name: Cache Nix
31-
uses: DeterminateSystems/magic-nix-cache-action@main
32-
- name: Cache Go
33-
uses: actions/cache@v4
34-
with:
35-
key: ${{ runner.os }}-go-${{ hashfiles('go.mod', 'go.sum') }}
36-
path: |
37-
~/.cache/go-build
38-
~/go/pkg/mod
39-
- name: Test
40-
run: |
41-
nix develop ${{ env.CI_NIX_FLAKE }} --command \
42-
go test -v -cover -race ./...

0 commit comments

Comments
 (0)