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 6d9af5a commit 3f099e6Copy full SHA for 3f099e6
.github/workflows/benchmarks.yml
@@ -70,8 +70,6 @@ jobs:
70
- name: Install locales
71
shell: bash
72
run: |
73
- sudo apt-get update
74
- sudo apt-get install -y locales
75
sudo locale-gen fr_FR.UTF-8
76
sudo update-locale
77
.github/workflows/code-quality.yml
@@ -35,11 +35,6 @@ jobs:
35
- uses: actions/checkout@v6
36
with:
37
persist-credentials: false
38
- - uses: dtolnay/rust-toolchain@master
39
- with:
40
- toolchain: stable
41
- components: rustfmt
42
- - uses: Swatinem/rust-cache@v2
43
- name: Initialize workflow variables
44
id: vars
45
.github/workflows/ignore-intermittent.txt
@@ -1,3 +1,4 @@
1
+tests/pr/bounded-memory
2
tests/tail/inotify-dir-recreate
3
tests/tail/overlay-headers
4
tests/timeout/timeout
0 commit comments