Update check stage

This commit is contained in:
Lucio Franco
2019-09-02 18:48:42 -04:00
parent daef43157f
commit 1087c9b8b5
+3 -1
View File
@@ -18,7 +18,9 @@ jobs:
- name: Run fmt - name: Run fmt
run: cargo fmt -- --check run: cargo fmt -- --check
- name: Run check - name: Run check
run: cargo check --all --all-features --all-targets run: cargo check --all
- name: Run check with no default features
run: cargo check --all --no-default-features
- name: Run tests - name: Run tests
run: cargo test --all run: cargo test --all
- name: Run interop tests without tls - name: Run interop tests without tls