Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 10, 2024
1 parent 9d0f166 commit a43ca22
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
qmake CONFIG+=release
make
- name: tests
env:
PKG_CONFIG_PATH: /opt/homebrew/opt/openblas/lib/pkgconfig
run: |
./cpi tests/helloworld.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/fibonacci.cpp 10
./cpi tests/unique_ptr.cpp
./cpi tests/optional.cpp
./cpi tests/if_initializer.cpp
./cpi test/dgemm.cpp
./cpi tests/dgemm.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/concept_add.cpp
./cpi test/dgemm.cpp
./cpi tests/dgemm.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand All @@ -81,7 +83,7 @@ jobs:
./cpi tests/unique_ptr.cpp
./cpi tests/optional.cpp
./cpi tests/if_initializer.cpp
./cpi test/dgemm.cpp
./cpi tests/dgemm.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand Down Expand Up @@ -109,7 +111,7 @@ jobs:
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/concept_add.cpp
./cpi test/dgemm.cpp
./cpi tests/dgemm.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand All @@ -136,7 +138,7 @@ jobs:
./cpi tests/unique_ptr.cpp
./cpi tests/optional.cpp
./cpi tests/if_initializer.cpp
./cpi test/dgemm.cpp
./cpi tests/dgemm.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand Down

0 comments on commit a43ca22

Please sign in to comment.