Skip to content

Commit

Permalink
reenable test_security on master builds
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 15, 2020
1 parent 2399abf commit 691bc6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
Expand Down

0 comments on commit 691bc6a

Please sign in to comment.