File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 37
37
override : true
38
38
- name : Check
39
39
run : cargo check --verbose
40
- - name : Run tests
40
+ - name : Tests
41
41
run : cargo test --verbose -- --show-output
42
- - name : Run ignored tests
42
+ - name : Ignored tests
43
43
run : cargo test --verbose -- --show-output --ignored
44
+ - name : Dry run publish
45
+ run : cargo publish --dry-run --verbose
Original file line number Diff line number Diff line change 41
41
override : true
42
42
- name : Check
43
43
run : cargo check --verbose
44
- - name : Run tests
44
+ - name : Tests
45
45
run : cargo test --verbose -- --show-output
46
- - name : Run ignored tests
46
+ - name : Ignored tests
47
47
run : cargo test --verbose -- --show-output --ignored
48
+ - name : Dry run publish
49
+ run : cargo publish --dry-run --verbose
You can’t perform that action at this time.
0 commit comments