Skip to content

Commit 6671c56

Browse files
committed
Change order of TEST_DIRS to match bins
Signed-off-by: “Kevin” <[email protected]>
1 parent 9da3e1d commit 6671c56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ TEST_DIRS=./cmd/samples/cron \
5353
./cmd/samples/dsl \
5454
./cmd/samples/expense \
5555
./cmd/samples/fileprocessing \
56-
./cmd/samples/batch \
5756
./cmd/samples/recipes/branch \
5857
./cmd/samples/recipes/choice \
5958
./cmd/samples/recipes/greetings \
@@ -76,7 +75,7 @@ TEST_DIRS=./cmd/samples/cron \
7675
./cmd/samples/recipes/dataconverter \
7776
./cmd/samples/recovery \
7877
./cmd/samples/pso \
79-
78+
./cmd/samples/batch \
8079

8180
cancelactivity:
8281
go build -o bin/cancelactivity cmd/samples/recipes/cancelactivity/*.go

0 commit comments

Comments
 (0)