Skip to content

Commit

Permalink
.github/workflows/tests.yaml: show sysctl -a
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid committed Nov 23, 2022
1 parent cf285ea commit 6bb95d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -34,6 +34,7 @@ jobs:
GOARCH=amd64 CPU=4 PASSES='integration' RACE='false' ./scripts/test.sh
;;
linux-amd64-unit-4-cpu-race)
sudo sysctl -a
GOARCH=amd64 PASSES='unit' RACE='true' CPU='4' ./scripts/test.sh -p=2
;;
linux-386-unit-1-cpu)
Expand Down

0 comments on commit 6bb95d9

Please sign in to comment.