Skip to content

Commit

Permalink
tests: Add linalg missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Apr 24, 2021
1 parent d25b756 commit 843ac3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Linear algebra example
run: |
python examples/misc/linalg.py mat-vec mat-mat-sum transpose-mat-vec
python examples/misc/linalg.py mat-vec -o mat-mat -o transpose-mat-vec -o
python examples/misc/linalg.py mat-vec mat-mat mat-mat-sum transpose-mat-vec
python examples/misc/linalg.py mat-vec -o mat-mat -o mat-mat-sum -o transpose-mat-vec -o
- name: CFD examples
run: |
Expand Down

0 comments on commit 843ac3d

Please sign in to comment.