summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-11-28 11:47:16 +0000
committerGitHub <noreply@github.com>2022-11-28 11:47:16 +0000
commit105ab1c3d2e36931dcc781d6860040bfc0929ca1 (patch)
treeeb889476b5fbe70da00d5db9ea2b42147166789d /.github/workflows
parentBump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to ... (diff)
downloadsynapse-105ab1c3d2e36931dcc781d6860040bfc0929ca1.tar.xz
Run Rust CI when Cargo.lock changes too (#14571)
* Run Rust CI when Cargo.lock changes too

* Changelog
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml

index 7ff0b5ba8e..b687eb002d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -27,6 +27,7 @@ jobs: rust: - 'rust/**' - 'Cargo.toml' + - 'Cargo.lock' check-sampleconfig: runs-on: ubuntu-latest