Skip to content

Commit 4b6e1bd

Browse files
authored
add trycmd tests (#371)
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent a4987f7 commit 4b6e1bd

17 files changed

+7270
-20
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- run: cargo test --lib
2323
# integration tests
2424
- run: cargo build --bin kopium
25+
# Test stdout of commands
26+
- run: just test-trycmd-verify
2527
# Test reasonably complicated CRDs; promethesurules and servicemonitors
2628
- run: just test-pr
2729
- run: just test-sm

0 commit comments

Comments
 (0)