This commit is contained in:
Vladiwostok 2025-01-12 16:06:23 +02:00
parent 232cd304de
commit 2bb968993c
1 changed files with 1 additions and 3 deletions

View File

@ -6,14 +6,13 @@ on:
push:
branches:
- master
- replace_libdparse
jobs:
main:
name: Run all tests
# Only run for the main repository - not forks
if: ${{ github.repository == 'Dlang-UPB/D-Scanner' }}
if: ${{ github.repository == 'dlang-community/D-Scanner' }}
# Run permutations of common os + host compilers
strategy:
@ -169,7 +168,6 @@ jobs:
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
- name: Integration Tests
# run: ./it.sh
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
./it.sh Windows