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 560e5b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
9 changes: 5 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 @@ -42,6 +42,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
# https://github.com/dtolnay/rust-toolchain/issues/29
- run: rustup override set nightly
- run: rustup component add llvm-tools-preview
- name: Set grcov version
run: echo "GRCOV_VERSION=$(cargo search --limit 1 grcov | head -n1 | cut -d '"' -f2)" >> $GITHUB_ENV
- run: cargo install --version $GRCOV_VERSION grcov
Expand All @@ -56,9 +57,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 560e5b9

Please sign in to comment.