Skip to content

Commit

Permalink
Fixes test directory path
Browse files Browse the repository at this point in the history
Corrects the path to the tests directory in the Go test execution command.
  • Loading branch information
Ayobami6 committed Nov 26, 2024
1 parent 9e4165f commit 1ed2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: go mod download

- name: Run tests
run: go test -v ./test
run: go test -v ./tests

- name: Run linter
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 1ed2243

Please sign in to comment.