github: test on cmd in advance

pull/18/head
Marc-Antoine Ruel 5 years ago
parent 9d89bbe62d
commit 31cac53e0a

@ -191,6 +191,15 @@ jobs:
false
fi
- name: 'Test on periph.io/x/cmd'
# Force an upgrade to test cmd with tip of tree devices.
run: |
cd ..
git clone https://github.com/periph/cmd
cd cmd
go get periph.io/x/devices/v3@${GITHUB_SHA}
go test -short ./...
- name: 'Send comments'
if: failure() && github.event_name == 'pull_request'
run: |

Loading…
Cancel
Save