add test for spec idempotence

This commit is contained in:
monacoremo
2020-12-13 22:13:05 +01:00
committed by Wolfgang Walther
parent 71fa87937b
commit a52c114ff4
3 changed files with 21 additions and 1 deletions
+2
View File
@@ -44,6 +44,8 @@ let
checkedShellScript "postgrest-check"
''
${tests}/bin/postgrest-test-spec-all
${tests}/bin/postgrest-test-spec-idempotence
${tests}/bin/postgrest-test-io
${style}/bin/postgrest-lint
${style}/bin/postgrest-style-check
'';