From 68498c455abe710a6dd9c970403a1b5c3a5515cf Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 23 Nov 2020 00:16:30 +0100 Subject: ci: add end to end tests (#400) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ad20198..51b967df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,12 @@ jobs: toolchain: stable profile: minimal override: true - - uses: actions-rs/cargo@v1 + - name: Unit tests + uses: actions-rs/cargo@v1 with: command: test + - name: End to end tests + run: make end-to-end-test rustfmt: name: Rustfmt -- cgit v1.2.3