test: Add some nominal testing for the new publish command.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m34s

This commit is contained in:
2024-10-23 15:57:44 -04:00
parent 82d1a294a6
commit 94e8bf2e1c
3 changed files with 43 additions and 0 deletions

View File

@ -916,6 +916,7 @@ void tf_tests(const tf_test_options_t* options)
_tf_test_run(options, "go-ssb-room", tf_ssb_test_go_ssb_room, true);
_tf_test_run(options, "encrypt", tf_ssb_test_encrypt, false);
_tf_test_run(options, "peer_exchange", tf_ssb_test_peer_exchange, false);
_tf_test_run(options, "publish", tf_ssb_test_publish, false);
tf_printf("Tests completed.\n");
#endif
}