Sfoglia il codice sorgente

Remove tests dependency

Painor 2 anni fa
parent
commit
86b190a9b7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      .github/workflows/ci.yml

+ 0 - 1
.github/workflows/ci.yml

@@ -25,7 +25,6 @@ jobs:
 
   release:
     runs-on: ubuntu-latest
-    needs: fmt
     if: startsWith(github.ref, 'refs/tags/')
     steps:
       - uses: actions/checkout@v3