Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into i18n/bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Sep 4, 2023
2 parents 55911c3 + 75d3969 commit b85050c
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-casbin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./casbin
run: go test -v -race ./...
run: go test -v -race ./...
3 changes: 2 additions & 1 deletion .github/workflows/test-fibernewrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./fibernewrelic
run: go test -v -race ./...
run: go test -v -race ./...
1 change: 1 addition & 0 deletions .github/workflows/test-fibersentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-fiberzap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
go-version:
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-fiberzerolog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./fiberzerolog
run: go test -v -race ./...
run: go test -v -race ./...
3 changes: 2 additions & 1 deletion .github/workflows/test-jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./jwt
run: go test -v -race ./...
run: go test -v -race ./...
1 change: 1 addition & 0 deletions .github/workflows/test-opafiber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
go-version:
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-otelfiber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
go-version:
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -28,4 +29,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./otelfiber
run: go test -v -race ./...
run: go test -v -race ./...
3 changes: 2 additions & 1 deletion .github/workflows/test-paseto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./paseto
run: go test -v -race ./...
run: go test -v -race ./...
3 changes: 2 additions & 1 deletion .github/workflows/test-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./swagger
run: go test -v -race ./...
run: go test -v -race ./...
3 changes: 2 additions & 1 deletion .github/workflows/test-websocket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./websocket
run: go test -v -race ./...
run: go test -v -race ./...

0 comments on commit b85050c

Please sign in to comment.