Remove now-redundant `go test` from GHA

This commit is contained in:
Tianon Gravi 2024-03-25 14:12:30 -07:00
parent 7335921144
commit 1456103cd5
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./.go-env.sh go test -v -cover ./om
- name: Install Bashbrew
run: |
# not doing "uses: docker-library/bashbrew@xxx" because it'll build which is slow and we don't need more than just bashbrew here