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