Skip to content

Commit

Permalink
build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 3, 2024
1 parent b9382fe commit 2a7f406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v4

- name: build
run: cargo build --all --release
run: |
cargo build --all --all-features
cargo build --all --all-features --release
- name: fmt check
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 2a7f406

Please sign in to comment.