diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dff798b2..f6205ab25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: Continuous integration on: [push, pull_request] -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - env: RUSTFLAGS: "-Dwarnings" RUSTDOCFLAGS: "-Dwarnings"