Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavir1698 authored Feb 26, 2024
1 parent 76a337e commit 39fcea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v cmd/datasetIngestor # adding specific folders. This should eventually be replaced by ./... to run all tests in all folders.
run: go test -v ./...

0 comments on commit 39fcea9

Please sign in to comment.