do end-to-end testing

This commit is contained in:
Hayden 2022-09-03 18:45:10 -08:00
parent 7ccd48ad79
commit 6b89796f88

View file

@ -24,6 +24,14 @@ jobs:
with:
version: 6.0.2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install Task
uses: arduino/setup-task@v1
- name: Checkout
uses: actions/checkout@v2
with: