Open est31 opened 5 years ago
It would be cool to extend CI a little bit and to:
[x] a) Performing a full cargo test (those also perform linking of the native client)
[ ] b) Running inference on a few test samples to ensure everything is alright
For a) we'd need to have either builds of the native client or do those builds ourselves (see #3), while for b) we'd need to have pregenerated models.
a) has been implemented by commits 26e0eac2fb344316ed348efff84ba38ae1991623 d4aeaa066b5a588c7b4819b3a1d02a6896f3b890 f2d4bc6ae5ff13f8a4038a960dea65a99100a628
It would be cool to extend CI a little bit and to:
[x] a) Performing a full cargo test (those also perform linking of the native client)
[ ] b) Running inference on a few test samples to ensure everything is alright
For a) we'd need to have either builds of the native client or do those builds ourselves (see #3), while for b) we'd need to have pregenerated models.