Force CI run

This commit is contained in:
JasterV 2026-03-04 00:49:27 +01:00
parent a0c54df4a3
commit 524db0da43

View file

@ -4,7 +4,7 @@ when:
steps: steps:
lint: lint:
image: jasterv/rust-ci:latest image: jasterv/rust-ci:1.93
commands: commands:
- cargo make -p ci fmt-check - cargo make -p ci fmt-check
- cargo make -p ci clippy - cargo make -p ci clippy
@ -12,6 +12,6 @@ steps:
- cargo make -p ci docs - cargo make -p ci docs
test: test:
image: jasterv/rust-ci:latest image: jasterv/rust-ci:1.93
commands: commands:
- cargo make -p ci test - cargo make -p ci test