File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
30
30
31
31
- name : Build debug
32
32
if : matrix.config.kind == 'test_debug'
33
- run : cargo build --verbose
33
+ run : cargo build
34
34
- name : Test debug
35
35
if : matrix.config.kind == 'test_debug'
36
- run : cargo test --verbose
36
+ run : cargo test
37
37
38
38
- name : Build release
39
39
if : matrix.config.kind == 'test_release'
40
- run : cargo build --target wasm32-unknown-unknown --features "wasm" --release --verbose
40
+ run : cargo build --target wasm32-unknown-unknown --features "wasm" --release
41
41
- name : Test release
42
42
if : matrix.config.kind == 'test_release'
43
- run : cargo test --release --verbose
43
+ run : cargo test --release
44
44
45
45
- name : Get tag version
46
46
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-typescript"
3
- version = " 0.56.2 "
3
+ version = " 0.57.0 "
4
4
authors = [
" David Sherret <[email protected] >" ]
5
5
edition = " 2018"
6
6
homepage = " https://github.com/dprint/dprint-plugin-typescript"
You can’t perform that action at this time.
0 commit comments