We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fe9d1 commit 806197fCopy full SHA for 806197f
.github/workflows/benchmark.yml
@@ -1,4 +1,4 @@
1
-name: Performance Regression
+name: Benchmark
2
3
on:
4
push:
@@ -79,7 +79,7 @@ jobs:
79
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
80
with:
81
target: x86_64
82
- args: --release --out dist --find-interpreter --features openssl-vendored
+ args: --release --out dist --find-interpreter
83
manylinux: auto
84
before-script-linux: |
85
# NOTE: rust-cross/manylinux docker images are CentOS based
.github/workflows/pre-commit-hooks.yml
@@ -10,6 +10,8 @@ permissions: {}
10
11
jobs:
12
pre-commit:
13
+ permissions:
14
+ contents: read
15
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
16
17
cargo-tools:
0 commit comments