cyrtophora

Full-stack users-first, secure web framework.
git clone https://gitlab.com/kwatafana/cyrtophora.git
Log | Files | Refs | README

commit ee55b76e6d3aafe8abf30c840a3c4c5d1d20b634
parent bc52575f5628c421b1bc086cc6eb0bc669c3488a
Author: Jackson G. Kaindume <kaindume@kwatafana.org>
Date:   Thu, 22 Sep 2022 15:49:44 +0200

[ci] also test the sqlite feature

Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stage: test script: - cd phora - - cargo test --verbose --jobs 1 + - cargo test -F sqlite --verbose --jobs 1 stages: - test