File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- name : CI-PR
1+ name : Tests
22
33on :
44 pull_request :
@@ -9,7 +9,7 @@ concurrency:
99
1010jobs :
1111 test-full :
12- name : Tests (full)
12+ name : Full
1313 strategy :
1414 fail-fast : false
1515 matrix :
3232 - name : Test
3333 run : cargo test --all-features
3434 test-minimal :
35- name : Tests ( Min)
35+ name : Min
3636 strategy :
3737 fail-fast : false
3838 matrix :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Lint
22
33on :
44 pull_request :
5+
56jobs :
67 lint :
78 name : Lint
3637 - name : Install Rust
3738 uses : dtolnay/rust-toolchain@stable
3839 with :
39- toolchain : 1.67.1
40+ toolchain : 1.74.1 # msrv
4041
4142 - name : Check
4243 run : cargo check
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ license = "MIT"
66name = " clog-cli"
77edition = " 2021"
88version = " 0.9.3"
9+ rust-version = " 1.74.1" # msrv
910authors = [
" Christoph Burgdorf <[email protected] >" ]
1011description = " A conventional changelog for the rest of us"
1112exclude = [" docs/*" ]
You can’t perform that action at this time.
0 commit comments