Skip to content

Bump github.com/codecrafters-io/tester-utils from 0.2.34 to 0.2.37 #197

Bump github.com/codecrafters-io/tester-utils from 0.2.34 to 0.2.37

Bump github.com/codecrafters-io/tester-utils from 0.2.34 to 0.2.37 #197

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.21.x
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
- run: make test