Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit b071129

Browse files
committed
Disable integration tests for faster testing
1 parent 40067ca commit b071129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
image: circleci/classic:latest
66
steps:
77
- checkout
8-
- run: "./integrationTest.sh"
8+
# - run: "./integrationTest.sh"
99
unit:
1010
docker:
1111
- image: circleci/golang:1.11

0 commit comments

Comments
 (0)