Skip to content

Commit

Permalink
testing new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Jan 30, 2024
1 parent c722102 commit b05ec91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Test
run: make test-cov

documentation:
needs: [build, test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Generate Documentation
run: make doc
# documentation:
# needs: [build, test]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

# - name: Generate Documentation
# run: make doc
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ view-cov :

build :
go build -v ./...

doc:
@echo "Generating godoc documentation..."
@godoc -http=:6060 &

0 comments on commit b05ec91

Please sign in to comment.