Skip to content

Commit

Permalink
ci: add end to end tests (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored Nov 22, 2020
1 parent 123e883 commit 68498c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68498c4

Please sign in to comment.