Add the smoke test

Former-commit-id: b850322f57
This commit is contained in:
David Boreham 2023-04-06 13:32:56 -06:00
parent 69d215e8ec
commit b915db426d

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