File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change 16
16
CARGO_TERM_COLOR : always
17
17
18
18
jobs :
19
- CI :
20
- strategy :
21
- matrix :
22
- os : [ubuntu-latest, windows-latest, macOS-latest]
23
- runs-on : ${{ matrix.os }}
19
+ strategy :
20
+ matrix :
21
+ os : [ubuntu-latest, windows-latest, macOS-latest]
22
+ runs-on : ${{ matrix.os }}
24
23
25
- steps :
26
- - name : Checkout
27
- uses : actions/checkout@v4
24
+ steps :
25
+ - name : Checkout
26
+ uses : actions/checkout@v4
28
27
29
- - name : Install Rust
30
- uses : actions-rust-lang/setup-rust-toolchain@v1
28
+ - name : Install Rust
29
+ uses : actions-rust-lang/setup-rust-toolchain@v1
31
30
32
- - name : Build
33
- run : cargo build --features=fail-on-deprecated
31
+ - name : Build
32
+ run : cargo build --features=fail-on-deprecated
34
33
35
- - name : Run tests
36
- run : cargo test
34
+ - name : Run tests
35
+ run : cargo test
37
36
38
- - name : Run onefetch
39
- run : cargo run
37
+ - name : Run onefetch
38
+ run : cargo run
40
39
41
- - name : Run onefetch (with commitgraph)
42
- run : git commit-graph write --no-progress --reachable && cargo run
40
+ - name : Run onefetch (with commitgraph)
41
+ run : git commit-graph write --no-progress --reachable && cargo run
You can’t perform that action at this time.
0 commit comments