File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2.1
2+ executors :
3+ linux :
4+ machine :
5+ image : ubuntu-2004:202104-01
6+ working_directory : /go/src/github.com/fergusstrange/embedded-postgres
7+ linux-arm64 :
8+ machine :
9+ image : ubuntu-2004:202104-01
10+ resource_class : arm.medium
11+ working_directory : /go/src/github.com/fergusstrange/embedded-postgres
12+ osx :
13+ macos :
14+ xcode : 11.4
15+ working_directory : /go/src/github.com/fergusstrange/embedded-postgres
16+
17+ jobs :
18+ platform_test :
19+ parameters :
20+ os :
21+ type : executor
22+ executor : << parameters.executor >>
23+ steps :
24+ - checkout
25+ - restore_cache :
26+ keys :
27+ - embedded-postgres-{{ checksum "/go/src/github.com/fergusstrange/embedded-postgres/go.mod" }}
28+ - run : cd platform-test && go test -v -race ./...
29+ - save_cache :
30+ key : embedded-postgres-{{ checksum "/go/src/github.com/fergusstrange/embedded-postgres/go.mod" }}
31+ paths :
32+ - /go/pkg
33+
34+ workflows :
35+ version : 2
36+ test :
37+ jobs :
38+ - platform_test :
39+ matrix :
40+ parameters :
41+ executor : [ linux, linux-arm64, osx ]
You can’t perform that action at this time.
0 commit comments