mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
chore: update CI
This commit is contained in:
parent
87604d9ceb
commit
ee91c5f8f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue