Skip to content

Commit

Permalink
Only run system test with latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
randombenj authored and lbolla committed Jan 27, 2022
1 parent bda6eb4 commit a40cfc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: [1.14, 1.15]
go: [1.14, 1.15, 1.16]
run_long_tests: [no]
allow_failure: [false]
include:
Expand All @@ -33,9 +33,6 @@ jobs:
# - go: master
# run_long_tests: no
# allow_failure: true
- go: 1.16
run_long_tests: yes
allow_failure: false
- go: 1.17
run_long_tests: yes
allow_failure: false
Expand Down

0 comments on commit a40cfc6

Please sign in to comment.