Skip to content

Commit 12523c5

Browse files
committed
Small fix to release.yml
1 parent c9424bf commit 12523c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ jobs:
4444
- name: Install Dependencies
4545
run: ./system_dependencies.sh
4646

47+
- name: Test
4748
run: cargo test --release --all-features
49+
4850
- name: Build
4951
run: cargo build --release --all-features --locked
52+
5053
- name: Upload binaries to release
5154
uses: svenstaro/upload-release-action@v1-release
5255
with:

0 commit comments

Comments
 (0)