Skip to content

Commit

Permalink
chore(ci): run tests via CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 25, 2023
1 parent 0d5b1b7 commit 26ce8ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2

- name: Run tests
run: cargo test --locked --verbose

- name: Build the project
run: cargo build --locked --verbose

Expand Down

0 comments on commit 26ce8ec

Please sign in to comment.