Added githubActions features to handle github tests; set git fetch test under github actions exclude pattern

This commit is contained in:
veeso
2021-03-01 20:33:04 +01:00
parent bd99665d1c
commit 35ab9ae202
4 changed files with 7 additions and 2 deletions

View File

@@ -14,6 +14,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose -- --test-threads 1
run: cargo test --verbose --features githubActions -- --test-threads 1
- name: Clippy
run: cargo clippy