Skip to content

Commit

Permalink
merge pytest for alluxiocommon and alluxiofs together
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 28, 2024
1 parent b50cd32 commit 7571b50
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:
args: --release -i python${{ matrix.python-version }} --out dist -m rust/alluxiocommon/Cargo.toml
manylinux: auto


- name: List dist contents
run: ls -l dist/

- name: Run AlluxioCommon tests
shell: bash
run: |
Expand All @@ -109,9 +105,8 @@ jobs:
--log-format="%(asctime)s %(levelname)s %(message)s" \
--log-date-format="%H:%M:%S" \
rust/alluxiocommon/tests/
- name: Run Alluxio FileSystem tests
run: |
# - name: Run Alluxio FileSystem tests
# run: |
pytest -vv \
--log-format="%(asctime)s %(levelname)s %(message)s" \
--log-date-format="%H:%M:%S" \
Expand Down

0 comments on commit 7571b50

Please sign in to comment.