Skip to content

Update Readme to note purchasing no longer works #185

Update Readme to note purchasing no longer works

Update Readme to note purchasing no longer works #185

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- main
jobs:
run_tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '1.19.3'
cache: true
- run: go generate github.com/majd/ipatool/...
- run: go test -v github.com/majd/ipatool/...