File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 CARGO_TERM_COLOR : always
88
99jobs :
10- Linux :
10+ linux :
1111 name : Linux
1212 runs-on : ubuntu-latest
1313 container : rust:1.75-slim
2020 name : gitclaw-linux
2121 path : target/release/gitclaw
2222
23- macOS :
23+ macos :
2424 name : macOS
2525 runs-on : macos-latest
2626 steps :
3232 name : gitclaw-macos
3333 path : target/release/gitclaw
3434
35- Windows :
35+ windows :
3636 name : Windows
3737 runs-on : windows-latest
3838 steps :
Original file line number Diff line number Diff line change 77 CARGO_TERM_COLOR : always
88
99jobs :
10- Linux :
10+ linux :
1111 name : Linux
1212 runs-on : ubuntu-latest
1313 container : rust:1.75-slim
@@ -16,15 +16,15 @@ jobs:
1616 - run : apt-get update && apt-get install -y pkg-config libssl-dev
1717 - run : cargo test
1818
19- macOS :
19+ macos :
2020 name : macOS
2121 runs-on : macos-latest
2222 steps :
2323 - uses : actions/checkout@v4
24242525 - run : cargo test
2626
27- Windows :
27+ windows :
2828 name : Windows
2929 runs-on : windows-latest
3030 steps :
You can’t perform that action at this time.
0 commit comments