Skip to content

Commit

Permalink
Add github CI test in release
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 committed Jun 16, 2021
1 parent 1769e18 commit 28ba3b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
command: test
args: --all --all-features --no-fail-fast -- --nocapture

- name: Run tests in release
uses: actions-rs/cargo@v1
timeout-minutes: 40
with:
command: test
args: -p yarte --all-features --release

- name: Install cargo-cache
continue-on-error: true
run: |
Expand Down

0 comments on commit 28ba3b4

Please sign in to comment.