ci: use reference db for generating spec
This commit is contained in:
2
.github/workflows/rust.yaml
vendored
2
.github/workflows/rust.yaml
vendored
@@ -54,6 +54,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Start API in background
|
- name: Start API in background
|
||||||
if: github.event_name != 'pull_request' && github.ref_name == 'master'
|
if: github.event_name != 'pull_request' && github.ref_name == 'master'
|
||||||
|
env:
|
||||||
|
TEST_DB: REFERENCE
|
||||||
run: |
|
run: |
|
||||||
cargo run --bin revolt-delta &
|
cargo run --bin revolt-delta &
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user