Skip to content

Commit

Permalink
Update vlang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Apr 6, 2022
1 parent 32ac665 commit 3dfffc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: v -o vlogql -prod vlogql.v
- name: Build canary app
run: v -o vlogql-canary -prod vlogql-canary.v
# - name: Run V tests
# run: v test .
- name: Compress Binaries
run: upx vlogql vlogql-canary
- name: Retrieve v.mod version
run: |
echo TAG_NAME=$(cat v.mod | grep version | awk -F"'" '{print $2}') >> $GITHUB_ENV
Expand Down

0 comments on commit 3dfffc5

Please sign in to comment.