Skip to content

Commit 2183264

Browse files
committed
CI: switch to nightly toolchain
1 parent d220d61 commit 2183264

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: Rust - Nightly
22

33
on:
44
push:
@@ -11,10 +11,12 @@ env:
1111
CARGO_TERM_COLOR: always
1212

1313
jobs:
14-
build:
14+
build_and_test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
18+
- run: rustup update nightly && rustup default nightly
19+
- run: rustup component add rustfmt
1820
- name: Check fmt
1921
run: cargo fmt -- --check
2022
- name: Test

0 commit comments

Comments
 (0)