Skip to content

Commit

Permalink
Remove integration tests from CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Aug 26, 2023
1 parent 181657c commit 4acd929
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ jobs:
- name: Run unit tests
run: go test -v -cover -race ./...

run-integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Run integration tests
run: go test -tags integration -v -cover -race ./...

run-linter:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4acd929

Please sign in to comment.