This commit is contained in:
Nicolas Stalder
2021-02-26 22:57:22 +01:00
parent 51220b2a27
commit d33bbe6f5a
+1 -3
View File
@@ -36,9 +36,7 @@ jobs:
if: matrix.target == 'x86_64-unknown-linux-gnu'
run: >
cargo test &&
cargo test --features ui-tests &&
cargo test --release &&
cargo test --release --features ui-tests
cargo test --release
- name: Build Documentation
run: cargo doc --no-deps