Skip to content

Commit

Permalink
Update ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Jan 15, 2020
1 parent de08eb4 commit 4ddc8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run tests with features
run: cargo test --verbose --features raw-api serde

0 comments on commit 4ddc8f4

Please sign in to comment.