Skip to content

Commit

Permalink
testing actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Mar 15, 2024
1 parent 5ffad43 commit 49f5aa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ jobs:

- name: Clippy
run: |
. "$HOME/.cargo/env"
cargo clippy -- -W clippy::unwrap_used -A clippy::useless_format -D warnings
- name: Test Debug
run: |
. "$HOME/.cargo/env"
cargo test
- name: Test Release
run: |
. "$HOME/.cargo/env"
cargo test --release
- name: Build Release
run: |
. "$HOME/.cargo/env"
cargo build --release --target x86_64-unknown-linux-musl

0 comments on commit 49f5aa2

Please sign in to comment.