testing for install - in progress

This commit is contained in:
redanthrax 2022-06-15 16:37:35 -07:00
parent 6457ad290f
commit 7457bf0b93
7 changed files with 99 additions and 2 deletions

View file

@ -6,4 +6,9 @@ https://github.com/amidaware/tacticalrmm
env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"
```
### tests
Navigate to agent directory
```
go test -vet=off
```