不要怂,就是干,撸起袖子干!

Commit aaf80ff9 by Jan Aagaard Meier

Merge pull request #2095 from sequelize/feature/remove-obsolete-make-task

Remove obsolete binary tasks
2 parents 2762b801 bd05423c
Showing with 0 additions and 5 deletions
...@@ -42,8 +42,6 @@ postgres: ...@@ -42,8 +42,6 @@ postgres:
@DIALECT=postgres make test @DIALECT=postgres make test
postgres-native: postgres-native:
@DIALECT=postgres-native make test @DIALECT=postgres-native make test
binary:
@./test/binary/sequelize.test.bats
mariadb-cover: mariadb-cover:
rm -rf coverage rm -rf coverage
...@@ -65,9 +63,6 @@ postgres-native-cover: ...@@ -65,9 +63,6 @@ postgres-native-cover:
rm -rf coverage rm -rf coverage
@DIALECT=postgres-native make cover @DIALECT=postgres-native make cover
mv coverage coverage-postgresnative mv coverage coverage-postgresnative
binary-cover:
rm -rf coverage
@./test/binary/sequelize.test.bats
merge-coverage: merge-coverage:
rm -rf coverage rm -rf coverage
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!