Skip to content

Commit

Permalink
chore: skip <13-to-14 in tests and build
Browse files Browse the repository at this point in the history
been a while, and it was pre go 1.20, skipping saves time and
avoids potential issues when we build
  • Loading branch information
lidel committed Aug 28, 2023
1 parent 4dbea75 commit f025bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MIG_DIRS = $(shell ls -d fs-repo-*-to-*)
IGNORED_DIRS := $(shell cat ignored-migrations)
ACTIVE_DIRS := $(filter-out $(IGNORED_DIRS),$(MIG_DIRS))

.PHONY: all build clean cmd sharness test test_go test_12_to_13 test_13_to_14 test_14_to_15
.PHONY: all build clean cmd sharness test test_go test_13_to_14 test_14_to_15

all: build

Expand Down

0 comments on commit f025bd3

Please sign in to comment.