Run common tests and cargo fmt in ci

This commit is contained in:
armaniferrante 2020-09-24 11:18:10 -07:00 committed by Armani Ferrante
parent 30c07036e4
commit 8478ac0efa
1 changed files with 5 additions and 0 deletions

View File

@ -48,3 +48,8 @@ jobs:
<<: *localnet <<: *localnet
script: script:
- docker exec dev make -C safe init-test - docker exec dev make -C safe init-test
- <<: *defaults
name: Common
script:
- docker exec dev cargo fmt -- --check
- docker exec -w=/workdir/common dev cargo test --features test,client