We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c759c commit aed8116Copy full SHA for aed8116
GNUmakefile
@@ -344,6 +344,7 @@ TEST_PACKAGES_FAST = \
344
encoding/base64 \
345
encoding/csv \
346
encoding/hex \
347
+ expvar \
348
go/ast \
349
go/format \
350
go/scanner \
@@ -397,6 +398,7 @@ TEST_PACKAGES_FAST = \
397
398
TEST_PACKAGES_LINUX := \
399
archive/zip \
400
compress/flate \
401
+ context \
402
crypto/aes \
403
crypto/des \
404
crypto/hmac \
@@ -439,6 +441,7 @@ TEST_PACKAGES_NONWASM = \
439
441
crypto/ecdsa \
440
442
debug/macho \
443
embed/internal/embedtest \
444
445
446
os \
447
testing \
0 commit comments