Parcourir la source

Remove tests dependency

Painor il y a 2 ans
Parent
commit
86b190a9b7
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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