Skip to content

Commit

Permalink
ci: prevent regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Dec 1, 2024
1 parent a88c160 commit 94d821c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: cargo
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test --all-targets

0 comments on commit 94d821c

Please sign in to comment.