add new derive macros to CI.

This commit is contained in:
Lokathor 2020-08-20 19:32:55 -06:00
parent a64f697cd5
commit 453befa0c3

View File

@ -29,3 +29,10 @@ jobs:
toolchain: ${{ matrix.rust.toolchain }}
command: test
args: ${{ matrix.rust.extra_args }}
- name: Switch to Derive Folder
run: cd derive
- uses: actions-rs/cargo@v1
with:
toolchain: ${{ matrix.rust.toolchain }}
command: test
args: ${{ matrix.rust.extra_args }}