This commit is contained in:
mdecimus
2023-07-16 08:58:36 +02:00
parent 8046838ed5
commit e77b2989ee
2 changed files with 28 additions and 28 deletions

View File

@@ -79,11 +79,11 @@ jobs:
command: test
args: --manifest-path=crates/store/Cargo.toml
- name: Store Tests
uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path=tests/Cargo.toml store -- --nocapture
#- name: Store Tests
# uses: actions-rs/cargo@v1
# with:
# command: test
# args: --manifest-path=tests/Cargo.toml store -- --nocapture
- name: Directory Tests
uses: actions-rs/cargo@v1