Skip to content

Commit 36e9065

Browse files
authored
Update weekly.yml
1 parent e1390c1 commit 36e9065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/weekly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Update Cargo.lock
3737
run: cargo update --verbose
3838

39+
- name: Build
40+
run: cargo build --release --verbose
41+
3942
- name: Push changes
4043
run: |
4144
git config user.name ${{ secrets.GH_USER }}

0 commit comments

Comments
 (0)