issues
search
Samyak2
/
toipe
yet another typing test, but crab flavoured
MIT License
596
stars
31
forks
source link
build(ci): use rust-toolchain+rust-cache actions and run all even on err
#65
Closed
Samyak2
closed
9 months ago
Samyak2
commented
9 months ago
A part of #64
Uses
https://github.com/dtolnay/rust-toolchain
for getting the latest stable rust toolchain
Uses
https://github.com/Swatinem/rust-cache
for caching deps
Run all steps of the action even if one fails. This ensures that all errors are seen at once.
A part of #64