Skip to content

Commit

Permalink
Run a single test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Mar 14, 2024
1 parent c65bcc6 commit c2b6c89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@ jobs:
sudo cp /usr/local/etc/uda.socket /usr/local/etc/uda@.service /etc/systemd/system &&
sudo systemctl start uda.socket &&
sudo systemctl enable uda.socket &&
nc -4zv localhost 56565
nc -4zv localhost 56565 &&
export UDA_HOST=localhost &&
export UDA_PORT=56565 &&
./build/test/plugins/plugin_test_testplugin "Test help function"
# - name: Test
# working-directory: build
Expand Down

0 comments on commit c2b6c89

Please sign in to comment.