bkochuna / ners570f23-SpMV

1 stars 0 forks source link

Add Continuous Integration Testing #6

Open bkochuna opened 11 months ago

bkochuna commented 11 months ago

Background

Testing is a key activity in software quality. It is the primary means by which we determine if our change to the code has b roken some existing capability. Tests are tedious to run manually, where your time is valuable.

Therefore, the objective of this issue is to add some auotmated continious integration testing to the repository.

This is a moderate task to complete so it is worth 7 extra credit points)

Tasks

Definition of Done

Evidence of the continuous integration tests being run and results posted.