Skip to content

Commit a82cab4

Browse files
committed
nistec: drop Go builders check from tests
1 parent 3770273 commit a82cab4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nistec_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ import (
99
"crypto/elliptic"
1010
"math/big"
1111
"math/rand"
12-
"os"
13-
"strings"
1412
"testing"
1513

1614
"filippo.io/nistec"
1715
)
1816

1917
func TestAllocations(t *testing.T) {
20-
if strings.HasSuffix(os.Getenv("GO_BUILDER_NAME"), "-noopt") {
21-
t.Skip("skipping allocations test without relevant optimizations")
22-
}
2318
t.Run("P224", func(t *testing.T) {
2419
if allocs := testing.AllocsPerRun(100, func() {
2520
p := nistec.NewP224Point().SetGenerator()

0 commit comments

Comments
 (0)