mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: test just tests
This commit is contained in:
parent
b64ba92382
commit
aee82bd65d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -35,5 +35,4 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.toolchain }}
|
toolchain: ${{ matrix.toolchain }}
|
||||||
- run: cargo build --verbose --features=${{ matrix.features }}
|
|
||||||
- run: cargo test --verbose --features=${{ matrix.features }}
|
- run: cargo test --verbose --features=${{ matrix.features }}
|
||||||
|
|
Loading…
Reference in a new issue