Skip to content

Commit

Permalink
ci: fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 14, 2024
1 parent 06047f5 commit 4e8deef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ on:
concurrency:
group: tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
MSRV: "1.76"
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e8deef

Please sign in to comment.