Skip to content

Commit

Permalink
ci: remove top level env
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 23, 2024
1 parent f005416 commit 52f65e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.ref_name != 'main' }}

env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-D warnings"

jobs:
test:
name: Test
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-D warnings"

jobs:
release:
name: Release crates
Expand Down

0 comments on commit 52f65e9

Please sign in to comment.