Skip to content

Commit 9ca0d70

Browse files
authored
chore: Remove -tags=assert test tags (#41)
These tags are required for arrow based tests - which are needed in this project refs: cloudquery/cloudquery-issues#668
1 parent 0bffdb2 commit 9ca0d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test
22
test:
3-
go test -tags=assert -race ./...
3+
go test -race ./...
44

55
.PHONY: lint
66
lint:

0 commit comments

Comments
 (0)