Skip to content

Commit 4ddc8f4

Browse files
committed
Update ci.
1 parent de08eb4 commit 4ddc8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Build
11-
run: cargo build --verbose
1210
- name: Run tests
1311
run: cargo test --verbose
12+
- name: Run tests with features
13+
run: cargo test --verbose --features raw-api serde

0 commit comments

Comments
 (0)