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

Commit bd05423c by Sascha Depold

Remove obsolete binary tasks

1 parent 66dc7694
Showing with 0 additions and 5 deletions
......@@ -42,8 +42,6 @@ postgres:
@DIALECT=postgres make test
postgres-native:
@DIALECT=postgres-native make test
binary:
@./test/binary/sequelize.test.bats
mariadb-cover:
rm -rf coverage
......@@ -65,9 +63,6 @@ postgres-native-cover:
rm -rf coverage
@DIALECT=postgres-native make cover
mv coverage coverage-postgresnative
binary-cover:
rm -rf coverage
@./test/binary/sequelize.test.bats
merge-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!