Skip to content

Commit

Permalink
Take out the test-style make tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
regularfry authored and stefaniuk committed Nov 21, 2023
1 parent 10ae729 commit b458675
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/tests/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ test-unit: # Run your unit tests from scripts/test/unit @Testing
test-lint: # Lint your code from scripts/test/lint @Testing
make _test name="lint"

test-style: # Run your markdown files through a prose style checker @Testing
make _test name="style"

test-coverage: # Evaluate code coverage from scripts/test/coverage @Testing
make _test name="coverage"

Expand Down Expand Up @@ -58,7 +55,6 @@ test: # Run all the test tasks @Testing
make \
test-unit \
test-lint \
test-style \
test-coverage \
test-contract \
test-security \
Expand Down Expand Up @@ -90,7 +86,6 @@ ${VERBOSE}.SILENT: \
test-load \
test-response-time \
test-security \
test-style \
test-ui \
test-ui-performance \
test-unit \

0 comments on commit b458675

Please sign in to comment.