Update tests.yml

This commit is contained in:
Matthieu MOREL 2021-12-29 18:02:59 +01:00 committed by GitHub
parent aef818e0f0
commit 45b287e674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}