Skip to content

Commit

Permalink
always run test
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Nov 29, 2024
1 parent cc07014 commit 4b7e9f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:
cache: 'pip'

- name: install
continue-on-error: true
run: pip install .

- name: test os
continue-on-error: true
run: python3 tests/os.py

- name: test cpu
if: ${{ matrix.os }} != "windows-latest"
if: always() && ${{ matrix.os }} != "windows-latest"
continue-on-error: true
run: python3 tests/cpu.py

0 comments on commit 4b7e9f4

Please sign in to comment.