Skip to content

Commit

Permalink
Merge pull request #22 from pmuller/feature/ci-tests
Browse files Browse the repository at this point in the history
feat(ci): run tests
  • Loading branch information
pmuller authored Apr 30, 2024
2 parents a2d54aa + 0fba433 commit d5cf98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
- run: rye fmt -- --check
- run: rye check
- run: rye run basedpyright
- run: rye run pytest -vvv
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

* fix: add support for nested pillar data
* fix(cli): write results to stdout
* feat(ci): run tests

0 comments on commit d5cf98e

Please sign in to comment.