Remove altertests reference

This commit is contained in:
Zach Musgrave
2023-09-26 12:00:00 -07:00
parent 5f4b3e827a
commit 066c2fcb65

View File

@@ -79,7 +79,6 @@ jobs:
- name: Test All
working-directory: ./go
run: |
go test -vet=off -timeout 30m ./libraries/doltcore/sqle/altertests
go test -vet=off -timeout 30m ./libraries/doltcore/sqle/integration_test
env:
MATRIX_OS: ${{ matrix.os }}