Skip to content

Commit

Permalink
tests: Add opt testing for linalg examples
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Apr 30, 2021
1 parent a8a33dc commit 8e2124c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +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 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 8e2124c

Please sign in to comment.