diff --git a/.github/workflows/shell-tests.yml b/.github/workflows/shell-tests.yml index f74995e8..c89a4565 100644 --- a/.github/workflows/shell-tests.yml +++ b/.github/workflows/shell-tests.yml @@ -42,4 +42,5 @@ jobs: with: just-version: 1.30.1 - run: | + just gen sh tests/full-cycle.sh diff --git a/tests/full-cycle.sh b/tests/full-cycle.sh index e650f9ae..5c07582a 100644 --- a/tests/full-cycle.sh +++ b/tests/full-cycle.sh @@ -19,7 +19,6 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -just gen { cargo run -- start -p 3000 -d out="$(curl -s -o /dev/null -I -w "%{http_code}" localhost:3000)"