Skip to content

Bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0 #769

Bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0

Bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0 #769

Workflow file for this run

---
name: Unit Tests
on:
push:
tags-ignore:
- "**"
branches:
- main
pull_request:
branches:
- main
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run Unit Tests
run: make test-unit