Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 1ba41fb

Browse files
authored
test: remove config_test and enable sdk tests (#244)
* Remove config_test, which is not runnable in CI * Include coder-sdk for unit tests (future)
1 parent dd7b3a9 commit 1ba41fb

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ gendocs:
3232
go run ./cmd/coder gen-docs ./docs
3333

3434
test/go:
35-
go test $$(go list ./... | grep -v pkg/tcli | grep -v ci/integration | grep -v coder-sdk)
35+
go test $$(go list ./... | grep -v pkg/tcli | grep -v ci/integration)
3636

3737
test/coverage:
3838
go test \
3939
-race \
4040
-covermode atomic \
4141
-coverprofile coverage \
42-
$$(go list ./... | grep -v pkg/tcli | grep -v ci/integration | grep -v coder-sdk)
42+
$$(go list ./... | grep -v pkg/tcli | grep -v ci/integration)
4343

4444
goveralls -coverprofile=coverage -service=github

coder-sdk/config_test.go

-67
This file was deleted.

0 commit comments

Comments
 (0)