make sure rust-src is always available and update ui test's expected output to match #66

Merged
programmerjake merged 2 commits from programmerjake/fayalite:fix-ui-tests into master 2026-03-18 03:54:42 +00:00
Showing only changes of commit eb3ca59053 - Show all commits

View file

@ -17,6 +17,7 @@ jobs:
with:
save-if: ${{ github.ref == 'refs/heads/master' }}
- run: rustup override set 1.93.0
- run: rustup component add rust-src
- run: cargo test
- run: cargo build --tests --features=unstable-doc
- run: cargo test --doc --features=unstable-doc