diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c691869eb..372ccabd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: Continuous integration -on: [push, pull_request] +on: [push, pull_request, merge_group] env: RUSTFLAGS: "-Dwarnings"