Skip to content

Commit

Permalink
chore(CI): remove stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachev committed Dec 19, 2024
1 parent 70ff8bc commit 91566d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [main]
branches: [ main ]
pull_request:

env:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
all_registries: ["crates,github,npm,pypi"]
all_registries: [ "crates,github,npm,pypi" ]
http_client:
- ureq
- reqwest
Expand All @@ -56,9 +56,9 @@ jobs:
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: |
-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off
-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off
RUSTDOCFLAGS: |
-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off
-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off
- uses: actions-rs/[email protected]
- uses: codecov/codecov-action@v4
with:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit 91566d5

Please sign in to comment.