mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
add new derive macros to CI.
This commit is contained in:
parent
a64f697cd5
commit
453befa0c3
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user