Merge pull request #230 from schungx/master

Refine plugins.
This commit is contained in:
Stephen Chung
2020-09-09 22:28:10 +08:00
committed by GitHub
38 changed files with 2626 additions and 2044 deletions

View File

@@ -52,7 +52,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all ${{matrix.flags}}
args: ${{matrix.flags}}
# no-std builds are a bit more extensive to test
no_std_build:
name: NoStdBuild