Don't run bookmarks tests on macos

This commit is contained in:
ChristianVisintin
2021-01-16 17:37:03 +01:00
parent cb20589b01
commit ac02928e69
2 changed files with 9 additions and 1 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
- name: Clippy
run: cargo clippy