Skip to content

Commit

Permalink
fixup! Add CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Sep 17, 2024
1 parent 7c042b8 commit e52245d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-msvc

env:
CARGO_BUILD_TARGET: ${{ matrix.target }}

steps:
- name: Install build dependencies
shell: bash
Expand All @@ -33,7 +36,7 @@ jobs:
cargo check --all-features
- name: Build
run: cargo build --release
run: cargo build --release --verbose

- name: Run clippy
if: matrix.target == 'x86_64-unknown-linux-gnu'
Expand Down

0 comments on commit e52245d

Please sign in to comment.