Skip to content

Commit dd5e94a

Browse files
committed
fix test-all
1 parent cdbef74 commit dd5e94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
description: Flags passed to go test.
145145
target:
146146
type: string
147-
default: "./... | grep -v itests"
147+
default: "./..."
148148
description: Import paths of packages to be tested.
149149
proofs-log-test:
150150
type: string
@@ -279,5 +279,6 @@ workflows:
279279
name: test-all
280280
requires:
281281
- build
282+
target: "`go list ./... | grep -v curio/itests`"
282283
suite: test-all
283284
get-params: true

0 commit comments

Comments
 (0)