Skip to content

Commit

Permalink
test: remove integration test since it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Feb 5, 2024
1 parent 6568fd5 commit fc68c38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
go test -covermode=count -coverprofile=profile.cov ./pkg/...
export DOCKER_CLI_EXPERIMENTAL=enabled && make container
- name: Integration Testing
run: |
export PATH=$PATH:$HOME/.local/bin
make
make integration-test
- name: Sanity test
env:
GITHUB_ACTIONS: true
Expand Down

0 comments on commit fc68c38

Please sign in to comment.