Skip to content

Commit 3befdd1

Browse files
committed
feat(cmap): cmap
1 parent c8aea78 commit 3befdd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Install dependencies
2525
run: go mod download
2626

27-
- name: Run tests
28-
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic
29-
3027
- name: Run benchmarks
3128
run: go test -bench=. -benchmem
3229

30+
- name: Run tests
31+
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic
32+
3333
- name: Upload coverage to Codecov
3434
uses: codecov/codecov-action@v3
3535
with:

0 commit comments

Comments
 (0)