summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 02:30:45 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 02:30:45 -0700
commite42153fa6996a048759d2d9b3d2f6b55726293d6 (patch)
tree10c75c52e5ee7b93bc79b2e724278653c463ba7b /scripts
parentc72ca8edf6cca7e47db33edbad680bd7ec76c3b5 (diff)
downloadisort-e42153fa6996a048759d2d9b3d2f6b55726293d6.tar.gz
Add integration test CI step
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test_integration.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test_integration.sh b/scripts/test_integration.sh
new file mode 100755
index 00000000..8bbcc5e7
--- /dev/null
+++ b/scripts/test_integration.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -euxo pipefail
+
+poetry run pytest tests/integration/ -s