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 f4361a0 commit 74a2ad2Copy full SHA for 74a2ad2
test-crawler/Makefile
@@ -1,6 +1,6 @@
1
2
run:
3
- go run *.go
+ go run main.go config.go
4
5
copy-output:
6
- go run *.go > ../frontend/apps/web/src/tests.json
+ go run main.go config.go > ../frontend/apps/web/src/tests.json
0 commit comments