Skip to content

Bump test/bats from 60abfaf to 4625e08 #344

Bump test/bats from 60abfaf to 4625e08

Bump test/bats from 60abfaf to 4625e08 #344

Workflow file for this run

name: Unit testing
on:
push:
branches:
- master
pull_request:
branches:
- master
types: [opened, synchronize, closed]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/checkout@v3.5.3
- name: Set up Go development environment
uses: actions/setup-go@v4.0.1
with:
go-version: '1.19.0'
- name: Run tests
run: make test