Skip to content

Commit 2200383

Browse files
committed
ci: update test command to exclude demos and components
1 parent a101b88 commit 2200383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: go mod verify
2929

3030
- name: Run tests
31-
run: go test -count=1 -timeout 30s ./... -covermode=atomic
31+
run: go test -count=1 -timeout 30s $(go list ./... | grep -Ev 'demos|components') -covermode=atomic
3232

3333
golangci:
3434
name: lint

0 commit comments

Comments
 (0)