Skip to content

Commit

Permalink
Test only on Linux now
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Nov 17, 2022
1 parent 2c80747 commit 2faaec7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
- name: Build Tools
run: make build-tools
- name: Test

# TODO: testing on Windows fails now, weird error at diff call from check_cache:
#
# Comparing two outputs:
# scripts/check_cache_tmp/1/: No such file or directory
# scripts/check_cache_tmp/2/: No such file or directory
# D:\a\_temp\installers\lazarus\fpc\3.2.0\bin\x86_64-win64\diff.exe: D:\a\_temp\installers\lazarus\fpc\3.2.0\bin\x86_64-win64\diff.exe: D:\a\_temp\installers\lazarus\fpc\3.2.0\bin\x86_64-win64\make.exe: *** [tests] Error 2

if: ${{ matrix.operating-system == 'ubuntu-latest' }}
run: make tests

# Test HTML validity using
Expand Down

0 comments on commit 2faaec7

Please sign in to comment.