Update tests.yml
This commit is contained in:
parent
aef818e0f0
commit
45b287e674
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -60,8 +60,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: sqlite
|
name: sqlite
|
||||||
flags: sqlite,go-${{ matrix.go }}
|
flags: sqlite,go-${{ matrix.go }}
|
||||||
fail_ci_if_error: true
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
needs: lint
|
needs: lint
|
||||||
@ -112,8 +110,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: mysql
|
name: mysql
|
||||||
flags: mysql,go-${{ matrix.go }}
|
flags: mysql,go-${{ matrix.go }}
|
||||||
fail_ci_if_error: true
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
needs: lint
|
needs: lint
|
||||||
@ -164,8 +160,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: postgres
|
name: postgres
|
||||||
flags: postgres,go-${{ matrix.go }}
|
flags: postgres,go-${{ matrix.go }}
|
||||||
fail_ci_if_error: true
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
||||||
sqlserver:
|
sqlserver:
|
||||||
needs: lint
|
needs: lint
|
||||||
@ -216,5 +210,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: sqlserver
|
name: sqlserver
|
||||||
flags: sqlserver,go-${{ matrix.go }}
|
flags: sqlserver,go-${{ matrix.go }}
|
||||||
fail_ci_if_error: true
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user