Skip to content

Commit

Permalink
Added cargo test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanHydrogen committed Jun 3, 2024
1 parent 4a49e93 commit 8db333b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Tests
on: push

jobs:
cargo-test:
runs-on: rust:latest
steps:
- run: cargo build --verbose
- run: cargo test --verbose


pytest:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 8db333b

Please sign in to comment.