File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 45
45
# include relevant information in the cache name
46
46
prefix-key : " bridge-${{ matrix.rust }}"
47
47
48
+ - uses : taiki-e/install-action@nextest
49
+
48
50
- name : rustfmt
49
51
run : cargo fmt -- --check
50
52
working-directory : bridge
Original file line number Diff line number Diff line change @@ -66,10 +66,12 @@ jobs:
66
66
# include relevant information in the cache name
67
67
prefix-key : " rust-client-${{ matrix.rust }}"
68
68
69
+ - uses : taiki-e/install-action@nextest
70
+
69
71
- name : Clippy
70
72
run : cargo clippy --all-targets --all-features -- -D warnings
71
73
working-directory : rust
72
74
73
75
- name : Run tests
74
- run : cargo test --all
76
+ run : cargo nextest run
75
77
working-directory : rust
Original file line number Diff line number Diff line change 45
45
# include relevant information in the cache name
46
46
prefix-key : " server-${{ matrix.rust }}"
47
47
48
+ - uses : taiki-e/install-action@nextest
49
+
48
50
- name : rustfmt
49
51
run : cargo fmt -- --check
50
52
working-directory : server
You can’t perform that action at this time.
0 commit comments