We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8146c commit d214c65Copy full SHA for d214c65
.github/workflows/ci.yml
@@ -1,8 +1,11 @@
1
name: ci
2
3
on:
4
+ pull_request:
5
+ branches: ["main"]
6
push:
- branches: ["coverage"]
7
8
+ tags: ["*"]
9
10
permissions:
11
contents: read
@@ -83,7 +86,6 @@ jobs:
83
86
cd raft-compat
84
87
go mod tidy
85
88
go test -race -v -coverprofile="${{ github.workspace }}/coverage.out" ./...
- - run: ls -l ${{ github.workspace }}
89
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
90
with:
91
path: "${{ github.workspace }}/coverage.out"
0 commit comments