Skip to content

Commit 232529d

Browse files
authored
/SlowEst/SlowTests (#1884)
Give the slow tests a reasonable name. --------- Co-authored-by: tbro <[email protected]>
1 parent 443f817 commit 232529d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slowtest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SlowEst
1+
name: Slow Tests
22

33
on:
44
push:
@@ -22,7 +22,7 @@ env:
2222
RUST_LOG: info,libp2p=off,node=error
2323

2424
jobs:
25-
slowest:
25+
slow-tests:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Fix submodule permissions check
@@ -53,7 +53,7 @@ jobs:
5353
cargo nextest run --locked --release --workspace --all-features --no-run
5454
timeout-minutes: 90
5555

56-
- name: SlowEst
56+
- name: Slow Tests
5757
env:
5858
CARGO_TERM_COLOR: always
5959
# Build test binary with `testing` feature, which requires `hotshot_example` config

0 commit comments

Comments
 (0)