Skip to content

Commit 6d45d52

Browse files
committed
fix: temporarily remove badge action from CI
1 parent b109151 commit 6d45d52

1 file changed

Lines changed: 1 addition & 30 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,7 @@ jobs:
5151
run: go build -v ./...
5252

5353
- name: Test
54-
run: go test -v ./... -bench . -benchtime=1x
55-
56-
- name: Test BSD locks
57-
run: go test -v -tags sqlite3_flock ./...
58-
if: matrix.os != 'windows-latest'
59-
60-
- name: Test dot locks
61-
run: go test -v -tags sqlite3_dotlk ./...
62-
if: matrix.os != 'windows-latest'
63-
64-
- name: Test modules
65-
shell: bash
66-
run: |
67-
go work init .
68-
go work use -r embed gormlite
69-
go test -v ./embed/bcw2/...
70-
71-
- name: Test GORM
72-
shell: bash
73-
run: gormlite/test.sh
74-
if: matrix.os != 'windows-latest'
54+
run: go test -v ./...
7555

7656
- name: Collect coverage
7757
run: |
@@ -80,12 +60,3 @@ jobs:
8060
if: |
8161
github.event_name == 'push' &&
8262
matrix.os == 'ubuntu-latest'
83-
84-
- uses: ncruces/go-coverage-report@v0
85-
with:
86-
coverage-file: coverage.out
87-
chart: true
88-
amend: true
89-
if: |
90-
github.event_name == 'push' &&
91-
matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)