File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 paths :
88 - " .github/workflows/ci-v2.yml"
99 - " v2/**"
10+ - " _example/**"
1011 pull_request :
1112 paths :
1213 - " .github/workflows/ci-v2.yml"
1314 - " v2/**"
15+ - " _example/**"
1416
1517jobs :
1618 build :
3739 with :
3840 mongoDBVersion : " 6.0"
3941
42+ - name : build the example
43+ working-directory : _example
44+ run : |
45+ go build -race
46+ env :
47+ TZ : " America/Chicago"
48+
4049 - name : build and test
4150 run : |
4251 go test -timeout=60s -v -race -p 1 -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov ./...
Original file line number Diff line number Diff line change 77 paths-ignore :
88 - " .github/workflows/ci-v2.yml"
99 - " v2/**"
10+ - " _example/**"
1011 pull_request :
1112 paths-ignore :
1213 - " .github/workflows/ci-v2.yml"
1314 - " v2/**"
15+ - " _example/**"
1416
1517jobs :
1618 build :
3638 with :
3739 mongoDBVersion : " 6.0"
3840
39- - name : build the example
40- working-directory : _example
41- run : |
42- go build -race
43- env :
44- TZ : " America/Chicago"
45-
4641 - name : build and test
4742 run : |
4843 go test -timeout=60s -v -race -p 1 -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov ./...
You can’t perform that action at this time.
0 commit comments