Probably we should run tests as part of release?
This commit is contained in:
parent
df0ca4ce31
commit
a7202010d0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -84,6 +84,9 @@ jobs:
|
|||
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
|
||||
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Run the tests
|
||||
run: ${{ env.CARGO }} test --verbose --release ${{ env.TARGET_FLAGS }}
|
||||
|
||||
- name: Build release binary
|
||||
run: ${{ env.CARGO }} build --verbose --release ${{ env.TARGET_FLAGS }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue