UCL / openqcd-oneapi

GNU General Public License v2.0
0 stars 0 forks source link

Implement testing framework #36

Open tkoskela opened 2 years ago

tkoskela commented 2 years ago

In Github Actions we can only check for 0 or nonzero exit code. There is a step in the workflow that we expect to fail but we can't distinguish the reason for failure. This can let some errors go through unnoticed. The proper way to fix this is to implement the tests inside a testing framework.