shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit 9be04b851be76ecf6314ae6975fd6f41fea5f4be
parent af8a1276853db91a6eac63e11185775838e38f91
Author: marisa <mokou@posteo.de>
Date:   Sat,  9 Nov 2019 17:55:12 +0100

Test everything at once

Diffstat:
M.drone.yml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.drone.yml b/.drone.yml @@ -4,11 +4,10 @@ type: docker name: default steps: - - name: test ware + - name: test image: rust:alpine commands: - cargo install cargo-tarpaulin - - cd ware - cargo test - cargo tarpaulin --coveralls ${COVERALLS} environment: