Matthew R. Kasun 2 anni fa
parent
commit
a80ed636e0
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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
 
   tests:
-    env:
-      DATABASE: sqlite
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout