Skip to content

Commit

Permalink
workflows: run FtpTest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed May 5, 2021
1 parent 7e373be commit cb393d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
run: ./build/release/src/unit_tests_runner
- name: test (mavsdk_server)
run: ./build/release/src/mavsdk_server/test/unit_tests_mavsdk_server
- name: test FTP server
run: ./build/release/src/integration_tests/integration_tests_runner --gtest_filter="FtpTest.TestServer"

ubuntu20-proto-check:
name: ubuntu-20.04 (proto check)
Expand Down

0 comments on commit cb393d6

Please sign in to comment.