build dist for tests
This commit is contained in:
@ -23,7 +23,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
|
${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
|
||||||
${{ runner.os }}-cargo-build-target
|
${{ runner.os }}-cargo-build-target
|
||||||
- name: Build project
|
- name: Build release project
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
@ -68,6 +68,8 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cargo-test-target-${{ hashFiles('**/Cargo.toml') }}
|
${{ runner.os }}-cargo-test-target-${{ hashFiles('**/Cargo.toml') }}
|
||||||
${{ runner.os }}-cargo-test-target
|
${{ runner.os }}-cargo-test-target
|
||||||
|
- name: Build
|
||||||
|
run: make build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user