mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Add new build task for CI
This commit is contained in:
9
.github/workflows/CI.yml
vendored
9
.github/workflows/CI.yml
vendored
@@ -107,6 +107,15 @@ jobs:
|
||||
run: cargo build --features server,db_sqlite -vv
|
||||
- name: Run tests
|
||||
run: cargo test --features server,db_sqlite --verbose -- --show-output
|
||||
build-db-all:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Out
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: cargo build --features db_all -vv
|
||||
- name: Run tests
|
||||
run: cargo test --features db_all --verbose -- --show-output
|
||||
build-all:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user