Skip to content

Commit

Permalink
Run both versions of Go, once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Dec 11, 2020
1 parent 2a12f5f commit e56e543
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ on:
branches:
- "*"
schedule:
- cron: '* 22 * * *'
- cron: '1 4 * * *'

jobs:
test:
strategy:
matrix:
go-version: [ 1.15.x ]
#go-version: [ 1.14.x, 1.15.x ]
go-version: [ 1.14.x, 1.15.x ]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e56e543

Please sign in to comment.