diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-12-28 14:16:37 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-12-28 14:16:37 +0100 |
| commit | 162b4e812db3027481b88fcaab02ba5c8337b041 (patch) | |
| tree | d3de36bc5848a66adf97003c37b46f55d56a471d /.github/workflows | |
| parent | 0c08022ffa5b08b16816ea9bf1e0df5cc8ad9159 (diff) | |
Test merge queue
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c691869e..372ccabd 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" |
