summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 4 insertions, 1 deletions
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