mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
Force CI run
This commit is contained in:
parent
a0c54df4a3
commit
524db0da43
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ when:
|
|||
|
||||
steps:
|
||||
lint:
|
||||
image: jasterv/rust-ci:latest
|
||||
image: jasterv/rust-ci:1.93
|
||||
commands:
|
||||
- cargo make -p ci fmt-check
|
||||
- cargo make -p ci clippy
|
||||
|
|
@ -12,6 +12,6 @@ steps:
|
|||
- cargo make -p ci docs
|
||||
|
||||
test:
|
||||
image: jasterv/rust-ci:latest
|
||||
image: jasterv/rust-ci:1.93
|
||||
commands:
|
||||
- cargo make -p ci test
|
||||
|
|
|
|||
Loading…
Reference in a new issue