We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 455ec08 + 2f13126 commit 96e72b0Copy full SHA for 96e72b0
.github/workflows/test.yml
@@ -36,5 +36,5 @@ jobs:
36
uses: codecov/codecov-action@v3
37
with:
38
files: ${{ steps.vars.outputs.coverage_txt }}
39
- - name: Fuzzing synchro pakcage
40
- run: go test . -fuzz=Fuzz -fuzztime=300s
+ - name: Fuzzing synchro package
+ run: go test . -fuzz=Fuzz -fuzztime=300s
0 commit comments