Skip to content

Commit

Permalink
update build script, main file location
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Nov 19, 2023
1 parent 59d2544 commit d7834cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ jobs:
run: go mod download

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

# - name: Test
# run: go test -v ./...
run: go build -v ./cmd/session
1 change: 0 additions & 1 deletion cmd/main.go → cmd/session/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ func main() {
// ! ===================================================================== ! //
// ! ===================================================================== ! //
// ! ===================================================================== ! //

0 comments on commit d7834cb

Please sign in to comment.