File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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'
You can’t perform that action at this time.
0 commit comments