Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedvaziry committed Apr 2, 2024
1 parent 715bd1c commit f46eea8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
test:
build:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -18,7 +18,5 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./cmd/agent.go

0 comments on commit f46eea8

Please sign in to comment.