chore: update CI

This commit is contained in:
JasterV 2026-04-23 02:10:24 +02:00
parent 87604d9ceb
commit ee91c5f8f5

View file

@ -5,6 +5,7 @@ when:
steps:
lint:
image: codeberg.org/jasterv/rust-ci:1.95
pull: true
commands:
- cargo make -p ci fmt-check
- cargo make -p ci clippy
@ -13,5 +14,6 @@ steps:
test:
image: codeberg.org/jasterv/rust-ci:1.95
pull: true
commands:
- cargo make -p ci test