Skip to content

Commit

Permalink
ci: disable system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andydunstall committed Jun 8, 2024
1 parent 2d3e316 commit 59d921f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
- name: Integration Tests
run: go test ./... -tags integration -v

- name: System Tests
run: go test ./tests -tags system -v

lint:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 59d921f

Please sign in to comment.