ruffle/.github/workflows
relrelb 4021cb54a4 ci: Run cargo in locked mode
Per https://doc.rust-lang.org/cargo/commands/cargo-test.html#manifest-options,
`cargo --locked` assumes that `Cargo.lock` is up-to-date, and otherwise
exits with an error.
Besides the nice validation, this might hopefully speed-up CI a bit.

This could be done on Web as well, but I'm not sure what's the best
way of doing it.
2022-05-17 12:47:50 -07:00
..
release_nightly.yml build: `actions/download-artifact` puts the ZIP file in the root of the project for some reason, breaking the Safari extension 2022-04-23 00:08:32 -07:00
test_rust.yml ci: Run cargo in locked mode 2022-05-17 12:47:50 -07:00
test_web.yml ci: Don't test web build on Windows 2022-05-06 14:20:47 -07:00