mirror of
https://github.com/creack/pty.git
synced 2026-04-01 11:07:11 +09:00
Skip tests for go1.6.
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -48,5 +48,8 @@ jobs:
|
||||
- name: Build
|
||||
run: go build -v
|
||||
|
||||
- name: Test
|
||||
# Skip tests for 1.6 as we use modern Go.
|
||||
# If the main lib builds and tests pass on other versions, we are good.
|
||||
- if: ${{ matrix.go_version != '1.6.x' }}
|
||||
name: Test
|
||||
run: go test -v
|
||||
|
||||
Reference in New Issue
Block a user