Skip to content

Commit

Permalink
Print go env
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Le <[email protected]>
  • Loading branch information
CharlieTLe committed May 20, 2024
1 parent a87c918 commit a3f82b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+** # Tag filters not as strict due to different regex system on Github Actions
pull_request:
env:
GOMAXPROCS: 4
#env:
# GOMAXPROCS: 4
jobs:
lint:
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ lint:
./pkg/ruler/...

test:
go env
go test -tags netgo -timeout 30m -race -count 1 ./...

cover:
Expand Down

0 comments on commit a3f82b0

Please sign in to comment.