Hopefully fix github action tests for zsh

This commit is contained in:
David Dworken 2022-04-17 20:08:54 -07:00
parent 8c7fb2a412
commit e3d8f1274e

View File

@ -18,4 +18,6 @@ jobs:
go-version: 1.17
- name: Go test
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: make test
run: |
sudo apt-get install -y zsh || true
make test