Skip to content

Commit

Permalink
update build and install script
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Nov 20, 2023
1 parent aeb6aa4 commit f8965a6
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 @@ -24,8 +24,8 @@ jobs:
- name: Download dependencies
run: go mod download

# - name: Build
# run: go build -v ./cmd/session
- name: Build
run: go build -v ./cmd/session

- name: Build and Install
run: |
Expand Down

0 comments on commit f8965a6

Please sign in to comment.