File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ jobs:
40
40
41
41
- name : Build debug
42
42
if : matrix.config.kind == 'test_debug'
43
- run : cargo build --verbose
43
+ run : cargo build
44
44
- name : Build release
45
45
if : matrix.config.kind == 'test_release'
46
- run : cargo build --target wasm32-unknown-unknown --release --verbose -- features "wasm"
46
+ run : cargo build --target wasm32-unknown-unknown --release --features "wasm"
47
47
48
48
- name : Test debug
49
49
if : matrix.config.kind == 'test_debug'
50
- run : cargo test --verbose
50
+ run : cargo test
51
51
- name : Test release
52
52
if : matrix.config.kind == 'test_release'
53
- run : cargo test --release --verbose
53
+ run : cargo test --release
54
54
55
55
- name : Get tag version
56
56
if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dprint-plugin-markdown"
3
- version = " 0.11.3 "
3
+ version = " 0.12.0 "
4
4
authors = [" David Sherret <dsherret@gmail.com>" ]
5
5
edition = " 2021"
6
6
homepage = " https://github.com/dprint/dprint-plugin-markdown"
You can’t perform that action at this time.
0 commit comments