Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tsvetanov committed Oct 13, 2023
1 parent dedfa40 commit c62b36b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,15 @@ jobs:
mkdir -p ./tests/bin/log
mkdir -p ./bin/log
- name: Run tests
if: contains(matrix.os, 'windows')
shell: bash
run: |
./tests/Core-Tests.exe
- name: Run tests
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
shell: bash
run: |
./tests/Core-Tests
benchmarks:
needs: [builds]
runs-on: ubuntu-latest
Expand Down

0 comments on commit c62b36b

Please sign in to comment.