Make build and test jobs interruptible
The autocancellation feature does consider running jobs as not interruptible by default. Only pending pipelines are considered to be interruptible. This makes the build and test jobs interruptible in order to use the autocancellation feature properly.
Closes #113 (closed)