Skip to content

Commit

Permalink
bump: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Sep 27, 2020
1 parent baabc69 commit 15aca56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-with-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Run Code Test
uses: actions-rs/cargo@v1
with:
command: test -- --test-threads=1
command: test
args: -- --test-threads=1

- name: Run code build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 15aca56

Please sign in to comment.