ci: Remove timeout for GitHub CI job for ClangCL
This commit is contained in:
3
.github/workflows/per_commit.yml
vendored
3
.github/workflows/per_commit.yml
vendored
@@ -196,7 +196,7 @@ jobs:
|
||||
- name: Run tests and examples
|
||||
if: env.cache_misses != '0'
|
||||
run: ./test.py --no-build
|
||||
Windows_Visual_Studio: # disable until remaining issues are not fixed and find a way to cache compilation artifacts
|
||||
Windows_Visual_Studio:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
@@ -215,7 +215,6 @@ jobs:
|
||||
python ns3 build
|
||||
- name: Run tests and examples
|
||||
continue-on-error: true
|
||||
timeout-minutes: 60
|
||||
run: |
|
||||
set PATH=%CD%\build;%PATH%
|
||||
python .\test.py --no-build
|
||||
|
||||
Reference in New Issue
Block a user