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 e69522d commit 596a576Copy full SHA for 596a576
template/c/.github/workflows/main.yaml
@@ -20,23 +20,3 @@ jobs:
20
run: |
21
nix develop ${{ env.CI_NIX_FLAKE }} --command \
22
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