Add the smoke test

This commit is contained in:
David Boreham 2023-04-06 13:32:56 -06:00
parent 47275a50d4
commit b850322f57

View File

@ -23,3 +23,5 @@ jobs:
run: pip install shiv
- name: "Build local shiv package"
run: ./scripts/build_shiv_package.sh
- name: "Run smoke tests"
run: ./tests/run-smoke-test.sh