Skip to content

Commit 08d94c9

Browse files
authored
Test lender also
1 parent 02c0b44 commit 08d94c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- name: Check
4444
run: cargo check --verbose
4545
- name: Tests
46-
run: cargo test --verbose -- --show-output
46+
run: cargo test --verbose --features lender -- --show-output
4747
- name: Ignored tests
48-
run: cargo test --verbose -- --show-output --ignored
48+
run: cargo test --verbose --features lender -- --show-output --ignored
4949
lint:
5050
runs-on: ubuntu-latest
5151
timeout-minutes: 5
@@ -81,9 +81,9 @@ jobs:
8181
- name: Check
8282
run: cargo check --verbose
8383
- name: Tests
84-
run: cargo test --verbose -- --show-output
84+
run: cargo test --verbose --features lender -- --show-output
8585
- name: Ignored tests
86-
run: cargo test --verbose -- --show-output --ignored
86+
run: cargo test --verbose --features lender -- --show-output --ignored
8787
nightly-lint:
8888
runs-on: ubuntu-latest
8989
timeout-minutes: 5

0 commit comments

Comments
 (0)