Skip to content

Commit a2d6b5e

Browse files
committed
github/workflows: run the funtionality test in ubuntu runner
1 parent a73fc87 commit a2d6b5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ jobs:
2424
git submodule update --init --recursive
2525
2626
- name: Run Makefile build
27-
run: make -j all
27+
run: make -j all
2828

2929
- name: Unit test - verify dwarf output is consistent
3030
run: ./tests/dwarf-compare.sh
3131

32+
- name: Functional test - verify osdtrace and radostrace with MicroCeph
33+
run: sudo ./tests/functional-test-microceph.sh
34+
3235
build-centos:
3336
runs-on: ubuntu-latest
3437
strategy:

0 commit comments

Comments
 (0)