Skip to content

Commit

Permalink
Installing Go MuTesting go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
braddle committed Sep 23, 2024
1 parent d0a4f32 commit 78211e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
name: Run tests
- run: go get -t -v github.com/avito-tech/go-mutesting/...
name: Install Go MuTesting
- run: go-mutesting ./...
name: Run mutation testing tool
# - name: Setup path
# run: |
# echo "GOPATH=$GITHUB_WORKSPACE/go" >> "$GITHUB_ENV"
Expand All @@ -28,6 +30,4 @@ jobs:
# - run: |
# go mod tidy
# go get -t -v github.com/avito-tech/go-mutesting/...
# name: Install dependencies
# - run: go-mutesting ./...
# name: Run mutation testing tool
# name: Install dependencies

0 comments on commit 78211e7

Please sign in to comment.