Skip to content

Commit

Permalink
Remove the encrypt_test build tag (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev committed Feb 28, 2024
1 parent 88bbe5b commit 04a7410
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Test
run: go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic -timeout=10m

- name: Test Encrypt
run: go test -v -race -tags=encrypt_test ./encrypt

- name: Test Integration
run: go test -v -race -tags=integration_test ./integration

Expand Down
2 changes: 0 additions & 2 deletions encrypt/aes_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build encrypt_test

package encrypt

import (
Expand Down
2 changes: 0 additions & 2 deletions encrypt/decrypt_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build encrypt_test

package encrypt

import (
Expand Down
2 changes: 0 additions & 2 deletions encrypt/decrypt_writer_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build encrypt_test

package encrypt

import (
Expand Down
2 changes: 0 additions & 2 deletions encrypt/encrypt_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build encrypt_test

package encrypt

import (
Expand Down
2 changes: 0 additions & 2 deletions encrypt/encrypt_writer_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build encrypt_test

package encrypt

import (
Expand Down

0 comments on commit 04a7410

Please sign in to comment.