Skip to content

Commit aac3ca5

Browse files
committed
CI: add run-examples step to CI workflow
This makes examples run in the CI workflow, ensuring that they are tested and functional.
1 parent 5c8eef3 commit aac3ca5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-lint-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Run unit and proxy tests
3939
run: make run-test-unit
4040

41+
- name: Run examples
42+
run: make run-examples-scylla
43+
4144
- name: Build integration test binary
4245
id: build-integration-test-bin
4346
run: make build-integration-test-bin

0 commit comments

Comments
 (0)