Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Apr 17, 2023
1 parent 3fc0864 commit 898d010
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/standard.yml
Expand Up @@ -2,9 +2,9 @@ name: Standard checks

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
ci:
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --all-features

- uses: actions-rs/cargo@v1.0.3
with:
Expand Down

0 comments on commit 898d010

Please sign in to comment.