Skip to content

Commit

Permalink
feat: Enhancing CI integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Dec 7, 2024
1 parent 74102b6 commit aa25532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
- name: Build for release
run: cargo build --target ${{ matrix.target }} --release
- name: Run executable
run: cargo run --release --target ${{ matrix.target }} init -- < /dev/null
run: |
cargo run --release --target ${{ matrix.target }} init -- < /dev/null
cargo run --release --target ${{ matrix.target }} -- < /dev/null
rustfmt:
name: Rustfmt
Expand Down

0 comments on commit aa25532

Please sign in to comment.