Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Jan 28, 2024
1 parent db7d469 commit d77ec68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ jobs:
path: ${{ env.CACHE_DIR }}
key: build-test-cpp-asserts-manylinux-v2-${{ github.sha }}

- name: Unit tests
run: |
export cache_dir="${{ env.CACHE_DIR }}"
bash build_tools/ci/unit_test_posix.sh
- name: Integration tests (torch-${{ matrix.torch-version }})
run: |
bash build_tools/ci/test_posix.sh ${{ matrix.torch-version }}
Expand Down
4 changes: 4 additions & 0 deletions build_tools/ci/build_posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ echo "::group::Build"
cmake --build "$build_dir" --target tools/torch-mlir/all -- -k 0
echo "::endgroup::"

echo "::group::Unit tests"
cmake --build $repo_root/build --target check-torch-mlir-all
echo "::endgroup::"

# Show ccache stats.
ccache --show-stats
17 changes: 0 additions & 17 deletions build_tools/ci/unit_test_posix.sh

This file was deleted.

0 comments on commit d77ec68

Please sign in to comment.