Skip to content

Commit

Permalink
initialize changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed May 29, 2024
1 parent f335d91 commit ef0c587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
go get -u github.com/wadey/gocovmerge
go get -u github.com/Konstantin8105/cs
go get -u golang.org/x/sys/unix
go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.txt -covermode=atomic
# TRAVIS=true ./scripts/test.sh
# go test -run=TestIntegrationScripts/tests/ctype.c -coverprofile=coverage.txt -covermode=atomic
TRAVIS=true ./scripts/test.sh
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit ef0c587

Please sign in to comment.