Browse Source

Remove tests dependency

Painor 2 năm trước cách đây
mục cha
commit
86b190a9b7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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