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

Commit bd05423c by Sascha Depold

Remove obsolete binary tasks

1 parent 66dc7694
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!