Skip to content

Commit

Permalink
Add unreliable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Apr 9, 2021
1 parent 15ae421 commit 1312a8c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test-linux-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
run: ./app/kens/kens-all-run-solution
run: ./app/kens/kens-all-run-solution

- name: Test (Unreliable)
working-directory: ${{github.workspace}}/build
shell: bash
run: ./app/kens/kens-all-unreliable-run-solution
7 changes: 6 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: ./app/kens/kens-all-run-solution
run: ./app/kens/kens-all-run-solution

- name: Test (Unreliable)
working-directory: ${{github.workspace}}/build
shell: bash
run: ./app/kens/kens-all-unreliable-run-solution
5 changes: 5 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
run: ./app/kens/kens-all-run-solution

- name: Test (Unreliable)
working-directory: ${{github.workspace}}/build
shell: bash
run: ./app/kens/kens-all-unreliable-run-solution
5 changes: 5 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
shell: cmd
working-directory: ${{github.workspace}}/build/app/kens/Debug
run: kens-all-run-solution.exe

- name: Test (Unreliable)
shell: cmd
working-directory: ${{github.workspace}}/build/app/kens/Debug
run: kens-all-unreliable-run-solution.exe

0 comments on commit 1312a8c

Please sign in to comment.