diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce824a73..7a1f89f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,8 @@ jobs: package-name: | sros2 sros2_cmake - # skipping end-to-end tests for now https://github.com/eProsima/Fast-RTPS/issues/1087 - # test_security - # extra-cmake-args: '-DSECURITY=ON --no-warn-unused-cli' + test_security + extra-cmake-args: '-DSECURITY=ON --no-warn-unused-cli' - name: Upload coverage to Codecov uses: codecov/codecov-action@v1.0.6 if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master')