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 5338401 commit 55358f4Copy full SHA for 55358f4
1 file changed
.github/workflows/benchmarks.yml
@@ -25,7 +25,7 @@ jobs:
25
CARGO_INCREMENTAL: 0
26
strategy:
27
matrix:
28
- type: [simulation, memory]
+ type: [simulation] # memory is disabled due to <https://github.com/uutils/coreutils/issues/11915>
29
package: [
30
uu_base64,
31
uu_cksum,
@@ -56,8 +56,7 @@ jobs:
56
uu_factor,
57
uu_date,
58
uu_csplit,
59
- uu_true,
60
- uu_false
+ uu_true
61
]
62
steps:
63
- uses: actions/checkout@v6
0 commit comments