Select the types of activity you want to include in your feed.
1let () = 2 Alcotest.run "catapult" 3 [ 4 Test_phase.suite; 5 Test_event.suite; 6 Test_trace.suite; 7 Test_slice.suite; 8 Test_writer.suite; 9 Test_catapult.suite; 10 Test_pb.suite; 11 ]