Skip to content

Commit

Permalink
refactor: drop legacy build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed May 13, 2024
1 parent b9b3781 commit 0556979
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion internal/cache/tests/main_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

// To override application configuration for integration tests, create config/test.env file.
package tests
Expand Down
1 change: 0 additions & 1 deletion internal/cache/tests/redis_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package tests

Expand Down
1 change: 0 additions & 1 deletion internal/config/override_integration.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration && !test
// +build integration,!test

package config

Expand Down
1 change: 0 additions & 1 deletion internal/config/override_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build test && !integration
// +build test,!integration

package config

Expand Down
1 change: 0 additions & 1 deletion internal/dao/tests/account_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package tests

Expand Down
1 change: 0 additions & 1 deletion internal/dao/tests/main_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

// To override application configuration for integration tests, create config/test.env file.

Expand Down
1 change: 0 additions & 1 deletion internal/dao/tests/pubkey_resource_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package tests

Expand Down
1 change: 0 additions & 1 deletion internal/dao/tests/pubkey_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package tests

Expand Down
1 change: 0 additions & 1 deletion internal/dao/tests/reservation_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package tests

Expand Down
1 change: 0 additions & 1 deletion internal/dao/tests/stats_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package tests

Expand Down
1 change: 0 additions & 1 deletion internal/migrations/code/main_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package code_test

Expand Down
1 change: 0 additions & 1 deletion internal/migrations/code/update_fingerprints_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package code_test

Expand Down
1 change: 0 additions & 1 deletion internal/queue/tests/main_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

// To override application configuration for integration tests, create config/test.env file.
package tests
Expand Down
1 change: 0 additions & 1 deletion internal/queue/tests/noop_job_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

package tests

Expand Down

0 comments on commit 0556979

Please sign in to comment.