Browse Source

cleanup test job

Matthew R. Kasun 2 years ago
parent
commit
a80ed636e0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/test.yml

+ 0 - 2
.github/workflows/test.yml

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