diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f780b163..06a4de0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,13 +15,21 @@ jobs: cache: true #- name: Install Libusb - # run: choco install + # run: choco install - name: Build executable run: go build #- name: Run fast tests # run: go test -v -tags=fast ./... + test_with_device: + runs-on: self-hosted + steps: + - uses: actions/checkout@v3 + - name: Build executable + run: make build --trace + - name: test ios list + run: go run main.go list test_on_linux: runs-on: ubuntu-latest