Skip to content

Commit

Permalink
dont test example code
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Aug 20, 2024
1 parent 4c92a12 commit a071710
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ jobs:
exit 1
fi
- run: rye fmt --check
working-directory: py
- run: rye lint
working-directory: py
- run: rye run check
working-directory: py
- run: rye run test
working-directory: py

test-rust:
runs-on: ubuntu-latest
Expand All @@ -62,6 +66,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --check
working-directory: upid_rs
- run: cargo clippy
working-directory: upid_rs
- run: cargo test --all-features
Expand Down

0 comments on commit a071710

Please sign in to comment.