Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down