summaryrefslogtreecommitdiffstats
path: root/.github/workflows/rust.yml (follow)
Commit message (Collapse)AuthorAge
* Disable testing in github actionClément Sibille2021-10-06
| | | | Unit test in Rust depends on std, since the crate is no_std we can't use it. We should find an alternative way to do it before re-enabling testing.
* Add github action for compilation and testsClément Sibille2021-10-06
Go back to lisible.xyz