Add tests for heapviz tool.

This commit is contained in:
Guillaume Endignoux
2020-06-26 11:05:45 +02:00
parent 85f759f912
commit 31a8996ea5
5 changed files with 111 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ on:
- 'examples/*.rs'
- 'libraries/**/*.rs'
- 'src/**/*.rs'
- 'tools/**/*.rs'
- 'patches/**'
- '**/Cargo.toml'
- '.cargo/config'
@@ -46,3 +47,9 @@ jobs:
with:
command: fmt
args: --manifest-path libraries/crypto/Cargo.toml --all -- --check
- name: Cargo format tools/heapviz
uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path tools/heapviz/Cargo.toml --all -- --check