18 lines
270 B
Text
18 lines
270 B
Text
|
|
summary: Services Tests (Rust)
|
||
|
|
tier: 1
|
||
|
|
component: services
|
||
|
|
test: ./rust_test.sh
|
||
|
|
duration: 20m
|
||
|
|
require:
|
||
|
|
- cargo
|
||
|
|
|
||
|
|
/clippy:
|
||
|
|
summary: Rust Clippy (Strict)
|
||
|
|
test: ./rust_clippy.sh
|
||
|
|
tier: 1
|
||
|
|
|
||
|
|
/test:
|
||
|
|
summary: Rust Unit Tests
|
||
|
|
test: ./rust_test.sh
|
||
|
|
tier: 1
|