Skip to content

Commit 12aaa94

Browse files
committed
Don't validate on test command, only on check
1 parent c2347f2 commit 12aaa94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ svn-update:
101101
svn up "{{ svn_dir }}"
102102

103103
# Validate and run tests in a sandbox
104-
test: _ensure-tmpdir _validate _phpcs _test-integration
104+
test: _ensure-tmpdir _test-integration
105105

106106
# Run integration tests in a sandbox
107107
_test-integration:

0 commit comments

Comments
 (0)