File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
- name : Check
44
44
run : cargo check --verbose
45
45
- name : Tests
46
- run : cargo test --verbose -- --show-output
46
+ run : cargo test --verbose --features lender -- --show-output
47
47
- name : Ignored tests
48
- run : cargo test --verbose -- --show-output --ignored
48
+ run : cargo test --verbose --features lender -- --show-output --ignored
49
49
lint :
50
50
runs-on : ubuntu-latest
51
51
timeout-minutes : 5
81
81
- name : Check
82
82
run : cargo check --verbose
83
83
- name : Tests
84
- run : cargo test --verbose -- --show-output
84
+ run : cargo test --verbose --features lender -- --show-output
85
85
- name : Ignored tests
86
- run : cargo test --verbose -- --show-output --ignored
86
+ run : cargo test --verbose --features lender -- --show-output --ignored
87
87
nightly-lint :
88
88
runs-on : ubuntu-latest
89
89
timeout-minutes : 5
You can’t perform that action at this time.
0 commit comments