mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Trying to get the outdated workflow system to work. YAML is not my friend.
This commit is contained in:
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
run: pushd src/rust; cargo build --verbose --all; popd
|
||||
- name: Run tests
|
||||
run: pushd src/rust; cargo test --verbose --all; popd
|
||||
|
||||
audit:
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -29,4 +30,4 @@ jobs:
|
||||
- name: Install tools
|
||||
run: pushd src/rust; cargo install cargo-outdated; popd
|
||||
- name: Check for outdated dependencies
|
||||
script: pushd src/rust; cargo outdated -w --color=always --root-deps-only --exit-code 1 -v; popd
|
||||
run: pushd src/rust; cargo outdated -w --color=always --root-deps-only --exit-code 1 -v
|
||||
|
||||
Reference in New Issue
Block a user