Skip to content

Commit fea66ac

Browse files
authored
chore: remove tests from just prepare-for-codereview (#1357)
* chore: remove test steps from just prepare-for-codereview recipe * chore: remove build step from just prepare-for-codereview recipe
1 parent f67648d commit fea66ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

justfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ _prep-steps:
6464
@just goimports
6565
@just show > tmp/repo-status.txt
6666
@just analyze > tmp/analysis-report.txt
67-
@just build > tmp/build-output.txt
68-
@just test -y > tmp/yarn-test-output.txt
69-
@just test -g -i > tmp/go-test-output.txt
7067

7168
goimports:
7269
@ echo "Running goimports, check for file drift"

0 commit comments

Comments
 (0)