nannafudge / sith

Proc macros for creating tests (and suites thereof) in Rust
MIT License
0 stars 0 forks source link

[Task] - Setup Github Actions #17

Open nannafudge opened 12 months ago

nannafudge commented 12 months ago

Overview

Quick overview/introduction to the feature at hand

Dependent on:

1

Could do with setting up:


Description

More detailed overview of the feature


Implementation Details

Any additional information that may help in understanding/implementing the feature - i.e. ideas, direction based on current codebase & thoughts


Additional Comments

Additional comments/notes/screenshots regarding the feature

nannafudge commented 11 months ago

I tried, but apparently I can't erase the past... The done cannot be undone 😅 That was a painful process of trial and error. Tarpaulin takes nearly 10 mins to run on my laptop, so utilized Github Actions as a workhorse :/

nannafudge commented 11 months ago

Going to split the CI build configurations two-way:

stable.yml - Pipeline relating to the current release (docgen, release testing, deployment, etc) dev.yml - Pipeline relating to development (coverage, linting, etc)