This commit is contained in:
2022-09-18 05:37:04 +00:00
committed by GitHub
parent 483b9ce97e
commit e278815f75
8 changed files with 48 additions and 2 deletions

View File

@@ -104,9 +104,9 @@ jobs:
- name: Check Out
uses: actions/checkout@v2
- name: Build
run: cargo build --features server -vv
run: cargo build --features server,db_sqlite -vv
- name: Run tests
run: cargo test --features server --verbose -- --show-output
run: cargo test --features server,db_sqlite --verbose -- --show-output
build-all:
runs-on: ubuntu-latest
steps: