Skip to content

Commit

Permalink
Merge pull request #5639 from planetscale/morgo-flaky-unit-test
Browse files Browse the repository at this point in the history
Move flaky tests to _flaky_ + change unit/unit_race to go 1.13
  • Loading branch information
deepthi authored Jan 1, 2020
2 parents 65b21d8 + fd72e70 commit d0bca3c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.13

- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.13

- name: Check out code
uses: actions/checkout@v2
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d0bca3c

Please sign in to comment.