Skip to content

Commit 96e72b0

Browse files
authored
Merge pull request #35 from nobishino/fix-typo-in-workflow
2 parents 455ec08 + 2f13126 commit 96e72b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
uses: codecov/codecov-action@v3
3737
with:
3838
files: ${{ steps.vars.outputs.coverage_txt }}
39-
- name: Fuzzing synchro pakcage
40-
run: go test . -fuzz=Fuzz -fuzztime=300s
39+
- name: Fuzzing synchro package
40+
run: go test . -fuzz=Fuzz -fuzztime=300s

0 commit comments

Comments
 (0)