Skip to content

Commit

Permalink
updated test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Apr 14, 2024
1 parent 4e2daee commit 5d93d66
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
make
- name: tests
run: |
./cpi tests/concept_add.cpp
./cpi tests/helloworld.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/fibonacci.cpp 10
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/unique_ptr.cpp
./cpi tests/helloworld.cpp
./cpi tests/optional.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/concept_add.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand All @@ -46,14 +46,14 @@ jobs:
make
- name: tests
run: |
./cpi tests/concept_add.cpp
./cpi tests/helloworld.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/fibonacci.cpp 10
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/unique_ptr.cpp
./cpi tests/helloworld.cpp
./cpi tests/optional.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/concept_add.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand All @@ -74,14 +74,14 @@ jobs:
make
- name: tests
run: |
./cpi tests/concept_add.cpp
./cpi tests/helloworld.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/fibonacci.cpp 10
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/unique_ptr.cpp
./cpi tests/helloworld.cpp
./cpi tests/optional.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/concept_add.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand All @@ -101,14 +101,14 @@ jobs:
make
- name: tests
run: |
./cpi tests/concept_add.cpp
./cpi tests/helloworld.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/fibonacci.cpp 10
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/unique_ptr.cpp
./cpi tests/helloworld.cpp
./cpi tests/optional.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/concept_add.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand All @@ -129,14 +129,14 @@ jobs:
make
- name: tests
run: |
./cpi tests/concept_add.cpp
./cpi tests/helloworld.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/fibonacci.cpp 10
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/unique_ptr.cpp
./cpi tests/helloworld.cpp
./cpi tests/optional.cpp
./cpi tests/sqrt.cpp 7
./cpi tests/if_initializer.cpp
./cpi tests/ranges.cpp
./cpi tests/concept_add.cpp
- name: error tests
run: |
./cpi tests/error_code.cpp
Expand Down

0 comments on commit 5d93d66

Please sign in to comment.