Skip to content

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /fiberzap #68

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /fiberzap

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /fiberzap #68

Workflow file for this run

name: "Test fiberzap"
on:
push:
branches:
- master
- main
paths:
- 'fiberzap/**'
pull_request:
paths:
- 'fiberzap/**'
jobs:
Tests:
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./fiberzap
run: go test -v -race ./...