Skip to content

Commit b7e630f

Browse files
committed
ci: use --help for smoke (clap derive doesnt add --version without #[command(version)])
1 parent 2c6b774 commit b7e630f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uname -r
8080
mount | grep bpf || true
8181
cd /host
82-
./bin/honeybeepf-llm --version
82+
./bin/honeybeepf-llm --help | head -1
8383
./bin/honeybeepf-llm --help | head -20
8484
8585
ssl-trace:

0 commit comments

Comments
 (0)