Trying to get the outdated workflow system to work. YAML is not my friend.

This commit is contained in:
Herbert Wolverson
2023-02-01 18:49:08 +00:00
parent 3991aa404a
commit a392112f7a

View File

@@ -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