Remove test ci step

This commit is contained in:
bytedream 2023-07-20 14:21:57 +02:00
parent dc6bc0d951
commit 00e8082e66

View file

@ -50,9 +50,6 @@ jobs:
toolchain: stable
target: ${{ matrix.toolchain }}
- name: Test
run: cargo test --release --all-features --target ${{ matrix.toolchain }}
- name: Build
run: cargo build --release --all-features --target ${{ matrix.toolchain }}