Skip to content

Commit a8a679e

Browse files
committed
Re-name nightly CI job to Nightly
In line with the `Tests` job and for the fact that this job does stuff with the nightly toolchain other than bench. Re-name nightly CI job from `bench_nightly`to `Nightly`.
1 parent 9c9d622 commit a8a679e

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
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
name: Continuous integration
44

55
jobs:
6-
bench_nightly:
6+
Nightly:
77
name: Nightly - ASan + Bench
88
runs-on: ubuntu-latest
99
strategy:

0 commit comments

Comments
 (0)