Skip to content

Commit

Permalink
ci: build --release for all platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <tareknaser360@gmail.com>
  • Loading branch information
tareknaser committed Jun 24, 2024
1 parent 3f55f73 commit 8cbd485
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Build Release
run: cargo build --verbose --release

- name: Run tests
run: cargo test --workspace --verbose

Expand All @@ -90,6 +93,9 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Build Release
run: cargo build --verbose --release

- name: Run tests
run: cargo test --workspace --verbose

Expand Down

0 comments on commit 8cbd485

Please sign in to comment.