Remove rustup in favor of rust-toolchain

This commit is contained in:
pinkforest 2023-03-13 05:15:34 +11:00
parent cbd3958772
commit 0139af7f9d
No known key found for this signature in database

View file

@ -26,7 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add ${{ matrix.target }}
with:
target: ${{ matrix.target }}
- run: ${{ matrix.deps }}
- run: cargo test --target ${{ matrix.target }} --all-features