Skip to content

chore: Update module github.com/schollz/progressbar/v3 to v3.15.0 (#212) #479

chore: Update module github.com/schollz/progressbar/v3 to v3.15.0 (#212)

chore: Update module github.com/schollz/progressbar/v3 to v3.15.0 (#212) #479

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Run tests
run: make test/unit