We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce3d93 commit 490d580Copy full SHA for 490d580
Makefile
@@ -46,6 +46,7 @@ help:
46
47
.PHONY: test
48
test:
49
+ @echo uname: '$(shell uname)'
50
prove $(prove) $(test)
51
52
test-all: test docker-tests
0 commit comments