Skip to content

Commit

Permalink
fixed unit test makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Jul 22, 2024
1 parent 00a806e commit bb03727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rate-limiting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- uses: actions/checkout@v4

- name: Test
run: go test ./...
run: make test-unit
working-directory: ${{ env.WORKING_DIRECTORY }}
2 changes: 1 addition & 1 deletion modules/rate-limiting/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ lint:
###############################################################################

test-unit:
@go test -mod=readonly ./ratelimit/...
@go test -mod=readonly ./...


###############################################################################
Expand Down

0 comments on commit bb03727

Please sign in to comment.