cyrtophora

[EXPERIMENTAL] secure web node
git clone https://gitlab.com/kwatafana/cyrtophora.git
Log | Files | Refs | README

commit da40d979269be1144397f917bcc7727952aa851d
parent eb1c93a67012fbf00c0b68b142a144a90947655d
Author: Jackson G. Kaindume <kaindume@kwatafana.org>
Date:   Sat, 24 Sep 2022 00:47:33 +0200

[ci] phora test all features

Diffstat:
M.gitlab-ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -3,7 +3,7 @@ script: - cd phora - mkdir test-data - - cargo test -F node --verbose --jobs 1 + - cargo test --all-features --verbose --jobs 1 stages: - test @@ -28,7 +28,7 @@ pages: - root script: - cd phora - - cargo doc -F sqlite -F node + - cargo doc --all-features - rm -rf public - mkdir ../public - cp -R target/doc/* ../public