Skip to content

Commit

Permalink
Merge pull request #30 from kurosakishigure/feature/ci
Browse files Browse the repository at this point in the history
feat: Enhancing CI integration testing
  • Loading branch information
kurosakishigure authored Dec 7, 2024
2 parents 74102b6 + aa25532 commit 74df362
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 74df362

Please sign in to comment.