Skip to content

Commit

Permalink
skip tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 20, 2024
1 parent a5b3641 commit d598dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
shell: msys2 {0}
run: mkdir build && cd build && cmake .. -G "MinGW Makefiles" && mingw32-make
- name: Test
if: ${{ matrix.config.os != 'windows-latest' }}
run: build/randomx-tests
- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d598dc6

Please sign in to comment.