cleanup test job

This commit is contained in:
Matthew R. Kasun 2023-01-11 08:27:39 -05:00
parent cb987bff27
commit a80ed636e0

View file

@ -39,8 +39,6 @@ jobs:
GOOS=windows GOARCH=amd64 go build -o nmctl
tests:
env:
DATABASE: sqlite
runs-on: ubuntu-22.04
steps:
- name: Checkout