8000 chore: fix build and test tags by lkingland · Pull Request #2911 · knative/func · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: fix build and test tags #2911

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pkg/docker/creds/credentials_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package creds_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/docker/pusher_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package docker_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/docker/runner_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package docker_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/client_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/config_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions_test

// Config tests do not have private access, as they are testing manifest
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_envs_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_git_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_labels_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_migrations_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_options_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/function_volumes_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/instances_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/job_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/repositories_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/repository_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/runner_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/functions/templates_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package functions_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/knative/deployer_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package knative

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/pipelines/tekton/validate_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package tekton

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/scaffolding/detectors_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package scaffolding

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/scaffolding/scaffold_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !integration
// +build !integration

package scaffolding

import (
Expand Down
Loading
0