mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
extracted build phase
This commit is contained in:
parent
c9ca587420
commit
196c487b7c
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -34,6 +34,11 @@ jobs:
|
|||||||
command: check
|
command: check
|
||||||
args: --workspace --all-targets --all-features
|
args: --workspace --all-targets --all-features
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
|
||||||
- name: Setup Test Enviroment
|
- name: Setup Test Enviroment
|
||||||
run: docker-compose up -d
|
run: docker-compose up -d
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user