summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Ieni <11428655+MarcoIeni@users.noreply.github.com>2020-11-23 00:16:30 +0100
committerGitHub <noreply@github.com>2020-11-22 18:16:30 -0500
commit68498c455abe710a6dd9c970403a1b5c3a5515cf (patch)
tree8435f70c095ed3070e6cd731b2ef436b47480a15
parent123e883bcb6c9eed722e1e0e0e5625e5db10bce8 (diff)
ci: add end to end tests (#400)
-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