1 parent c8aea78 commit 3befdd1Copy full SHA for 3befdd1
1 file changed
.github/workflows/go.yml
@@ -24,12 +24,12 @@ jobs:
24
- name: Install dependencies
25
run: go mod download
26
27
- - name: Run tests
28
- run: go test -v -race -coverprofile=coverage.txt -covermode=atomic
29
-
30
- name: Run benchmarks
31
run: go test -bench=. -benchmem
32
+ - name: Run tests
+ run: go test -v -race -coverprofile=coverage.txt -covermode=atomic
+
33
- name: Upload coverage to Codecov
34
uses: codecov/codecov-action@v3
35
with:
0 commit comments