Skip to content

Commit 071f70b

Browse files
authored
Feature/refresh inconsistency (#66)
Fixed parts of the sync process to fix the refresh inconsistency. A complete overhaul of the sync process will follow. After that a change in the install, update and delete process
1 parent 9f97bb2 commit 071f70b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4424
-962
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run clippy
2121
run: cargo clippy
2222
- name: Run tests
23-
run: cargo test --verbose
23+
run: cargo test --verbose -- --test-threads=1
2424
- name: Cache
2525
uses: actions/cache@v2.1.4
2626
with:

0 commit comments

Comments
 (0)