Skip to content

Commit

Permalink
chore: verbose go test output
Browse files Browse the repository at this point in the history
For convinience of log analysis from GitHub test runs always include the list of run tests to the docker-test
output.
  • Loading branch information
ibukanov committed May 21, 2024
1 parent 29c3f9f commit 4cf123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker-test:
--key-schema AttributeName=id,KeyType=HASH \
--billing-mode PAY_PER_REQUEST \
--table-name redemptions --endpoint-url http://dynamodb:8000 --region us-west-2 ) \
&& go test ./..."
&& go test -v ./..."

docker-lint:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml run --rm -p 2416:2416 challenge-bypass golangci-lint run
Expand Down

0 comments on commit 4cf123a

Please sign in to comment.