Skip to content

Commit

Permalink
--release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Jul 25, 2024
1 parent 0e45015 commit d9074f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Build (release)
run: cargo build --target x86_64-unknown-linux-gnu
run: cargo build --target x86_64-unknown-linux-gnu --release
- uses: actions/upload-artifact@v4
with:
name: Linux Build
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Build (release)
run: cargo build --target x86_64-pc-windows-msvc
run: cargo build --target x86_64-pc-windows-msvc --release
- uses: actions/upload-artifact@v4
with:
name: Windows Build
Expand Down

0 comments on commit d9074f6

Please sign in to comment.