Skip to content

chore: Update minor and patch Golang dependencies #73

chore: Update minor and patch Golang dependencies

chore: Update minor and patch Golang dependencies #73

Workflow file for this run

name: 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
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.11.0
with:
enable-cache: true
- name: Run unit tests
run: devbox run -- make test