Add release tag on github workflow

This commit is contained in:
2024-07-05 20:33:46 +03:00
parent e3123f17d3
commit 57af0c3f27
2 changed files with 2 additions and 24 deletions

View File

@@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build --verbose --release
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --release