test: actually run the test

This commit is contained in:
Phillip Cloud 2021-12-22 14:03:59 -05:00
parent ca84288d6a
commit 3cbe79b23e
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -60,6 +60,7 @@ builtins.removeAttrs
markupsafe2 = callTest ./markupsafe2 { };
pendulum = callTest ./pendulum { };
uwsgi = callTest ./uwsgi { };
jq = callTest ./jq { };
# Test building poetry
inherit poetry;