feat(golang-rewrite): make bats available for golang tests

This commit is contained in:
Trevor Brown 2024-02-10 19:40:17 -05:00
parent 2951011090
commit f5a59677df

View File

@ -45,6 +45,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.5'
- run: scripts/install_dependencies.bash
- name: Install dependencies
run: go get .
- name: Run Go tests