awakesecurity / proto3-wire

https://hackage.haskell.org/package/proto3-wire
Other
23 stars 30 forks source link

CI test suite #52

Open ndmitchell opened 5 years ago

ndmitchell commented 5 years ago

I can't see a test suite for this code. To date, I've been using the DAML tests as part of https://github.com/digital-asset/daml - but that doesn't actually run the test suites. Is there an internal awakesecurity CI you guys can see before merging? If not, should we set up an Azure CI pipeline? I might be able to find someone to do it.

Gabriella439 commented 5 years ago

@ndmitchell: We have a Travis test file (https://github.com/awakesecurity/proto3-wire/blob/master/.travis.yml) and Travis is enabled for this repository. You can see Travis certifying each revision on master, for example, and the latest one is here:

https://travis-ci.org/awakesecurity/proto3-wire/builds/508788989?utm_source=github_status&utm_medium=notification

ndmitchell commented 5 years ago

Ah, I didn't spot these, and I was wondering about proto3-suite too, so figured this would be the right place to ask. But I see there are working CI tests for proto3-wire, but not proto3-suite.

gbaz commented 5 years ago

https://travis-ci.org/awakesecurity/proto3-suite ?

(Not looking v healthy though)