mirror of
https://github.com/dandavison/delta.git
synced 2024-11-30 18:18:09 +03:00
ci: add end to end tests (#400)
This commit is contained in:
parent
123e883bcb
commit
68498c455a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user