Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 21643ce

Browse files
committed
removing tests
1 parent ccdd455 commit 21643ce

File tree

8 files changed

+0
-985
lines changed

8 files changed

+0
-985
lines changed

.github/workflows/tidy.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.golangci.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,3 @@ repos:
4141
args:
4242
- --args=--config=.terraform-docs.yml
4343
- id: terraform_fmt
44-
45-
- repo: https://github.com/golangci/golangci-lint
46-
rev: v1.50.1
47-
hooks:
48-
- id: golangci-lint
49-
entry: golangci-lint run --fix --timeout 300s

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ ensure_pre_commit: .git/hooks/pre-commit ## Ensure pre-commit is installed
88
pre_commit_tests: ensure_pre_commit ## Run pre-commit tests
99
pre-commit run --all-files --show-diff-on-failure
1010

11-
.PHONY: test
12-
test: pre_commit_tests
13-
go test -count 1 -v -timeout 90m ./test/...
14-
1511
.PHONY: clean
1612
clean:
1713
rm -f .*.stamp

go.mod

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)