ci: add end to end tests (#400)

This commit is contained in:
Marco Ieni 2020-11-23 00:16:30 +01:00 committed by GitHub
parent 123e883bcb
commit 68498c455a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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