Skip to content

Commit

Permalink
update ci (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvoth authored Jun 20, 2024
1 parent a533850 commit 64e8357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo clippy
- run: cargo fmt -- --check
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit 64e8357

Please sign in to comment.