Skip to content

Bump packages, bump Alpine #198

Bump packages, bump Alpine

Bump packages, bump Alpine #198

Workflow file for this run

name: Unit testing
on: { push: { branches-ignore: [main, production] } }
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
unit-testing:
name: 🧪 Test the code
runs-on: ubuntu-latest
container: golang:1.21
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Test the code
run: go test -race ./...