Skip to content

Commit

Permalink
run unit tests on ci
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Apr 11, 2022
1 parent ec7d2bb commit e3665be
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 @@ -23,6 +23,9 @@ jobs:
version: v1.21
k3d-name: kube
github-token: ${{ secrets.GITHUB_TOKEN }}
# unit tests
- run: cargo test --lib
# integration tests
- run: cargo build --bin kopium
# Test a reasonably complicated CRD; promethesurules
- run: just test-pr
Expand Down

0 comments on commit e3665be

Please sign in to comment.