Skip to content

Commit

Permalink
Running testing script in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Oct 10, 2020
1 parent 0f1e59d commit c470db9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -31,8 +31,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true

- name: Check Features
run: ./scripts/test.sh --core
shell: bash

- name: Run Tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
run: ./scripts/test.sh
shell: bash

0 comments on commit c470db9

Please sign in to comment.