diff --git a/.github/workflows/test-compatibility-libpq.yaml b/.github/workflows/test-compatibility-libpq.yaml index e80fbd4..3c70c05 100644 --- a/.github/workflows/test-compatibility-libpq.yaml +++ b/.github/workflows/test-compatibility-libpq.yaml @@ -1,4 +1,4 @@ -name: test +name: compatibility-test-libpq on: push: @@ -10,7 +10,7 @@ env: GO111MODULE: "on" jobs: - compatibility-test-libpq: + test: strategy: fail-fast: false matrix: diff --git a/.github/workflows/test-compatibility-pgx.yaml b/.github/workflows/test-compatibility-pgx.yaml index 4074394..4a351f2 100644 --- a/.github/workflows/test-compatibility-pgx.yaml +++ b/.github/workflows/test-compatibility-pgx.yaml @@ -1,4 +1,4 @@ -name: test +name: compatibility-test-pgx on: push: @@ -10,7 +10,7 @@ env: GO111MODULE: "on" jobs: - compatibility-test-pgx: + test: strategy: fail-fast: false matrix: diff --git a/.github/workflows/test-unit.yaml b/.github/workflows/test-unit.yaml index b523b9b..79653b3 100644 --- a/.github/workflows/test-unit.yaml +++ b/.github/workflows/test-unit.yaml @@ -1,4 +1,4 @@ -name: test +name: unit-test on: push: @@ -11,7 +11,7 @@ env: GO_LATEST_VERSION: "1.17.x" jobs: - unit-test: + test: strategy: fail-fast: false matrix: