Skip to content

Commit 832570d

Browse files
committed
Add additional information to nightly job
As we do in `rust-secp256k1` use a string that includes 'Nightly' in name of the nightly test.
1 parent 5549e1f commit 832570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: ./contrib/test.sh
2828

2929
Nightly:
30-
name: Bench + Docs + Fmt
30+
name: Nightly - Bench + Docs + Fmt
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Crate

0 commit comments

Comments
 (0)