Skip to content

Bump test/test_helper/bats-assert from 44913ff to 42e4d86 (#549) #555

Bump test/test_helper/bats-assert from 44913ff to 42e4d86 (#549)

Bump test/test_helper/bats-assert from 44913ff to 42e4d86 (#549) #555

name: Acceptance testing (using bats tests)
on:
push:
branches:
- master
pull_request:
branches:
- master
types: [opened, synchronize, closed]
jobs:
test:
strategy:
matrix:
go: ['1.19']
runs-on: 'ubuntu-latest'
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
- uses: actions/[email protected]
with:
go-version: ${{ matrix.go }}
- name: Build Slim (quick dev)
run: make build_dev
- name: Run the bats test suite
run: ./test/bats/bin/bats test/debug.bats