extracted build phase

This commit is contained in:
Aleksandr Bochev 2022-10-02 10:19:03 +02:00 committed by Aleksandr
parent c9ca587420
commit 196c487b7c

View File

@ -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