File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 linux-ubuntu :
12-
1312 runs-on : ubuntu-latest
14-
1513 steps :
16- - uses : actions/checkout@v4
17- - name : Fetch
18- run : cargo fetch
19- - name : Build
20- run : cargo build --release --verbose
21- - name : Run tests
22- run : cargo test --release --verbose
14+ - uses : actions/checkout@v4
15+ - name : Fetch
16+ run : cargo fetch
17+ - name : Build
18+ run : cargo build --release --verbose
19+ - name : Run tests
20+ run : cargo test --release --verbose
21+ - name : Run fmt check
22+ run : cargo fmt --all -- --check
23+ # - name: Run clippy check
24+ # run: cargo clippy --all-features -- -D warnings
2325
2426 macos-homebrew :
25-
2627 runs-on : macos-latest
2728 steps :
2829 - uses : actions/checkout@v4
4647 run : cargo build --release --verbose
4748 - name : Run tests
4849 run : cargo test --release --verbose
49-
You can’t perform that action at this time.
0 commit comments