Skip to content

Commit

Permalink
Probably we should run tests as part of release?
Browse files Browse the repository at this point in the history
  • Loading branch information
DeCarabas committed Aug 13, 2024
1 parent df0ca4c commit a720201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit a720201

Please sign in to comment.