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 d581ae1 commit a423ad2Copy full SHA for a423ad2
.github/workflows/integration_tests.yml
@@ -23,5 +23,7 @@ jobs:
23
with:
24
components: rustfmt
25
- uses: arduino/setup-protoc@v3
26
+ with:
27
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
28
- name: Run integration tests
29
run: ./scripts/integration_tests.sh
.github/workflows/pr_criterion.yaml
@@ -8,8 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
if: ${{ contains(github.event.pull_request.labels.*.name, 'performance') }}
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
13
14
15
- uses: dtolnay/rust-toolchain@master
16
17
toolchain: stable
0 commit comments