We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b86de commit dde6939Copy full SHA for dde6939
.github/workflows/ci.yml
@@ -14,17 +14,15 @@ jobs:
14
self-runner:
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
+ ZE_ENABLE_VALIDATION_LAYER: '1'
18
+ ZE_ENABLE_PARAMETER_VALIDATION: '1'
19
+ EnableDebugBreak: '0'
20
runs-on: [self-hosted, linux, X64]
21
strategy:
22
matrix:
23
os: [ubuntu-latest]
24
julia-version: ['1']
25
julia-arch: [x64]
- env:
- ZE_ENABLE_VALIDATION_LAYER: '1'
- ZE_ENABLE_PARAMETER_VALIDATION: '1'
26
- EnableDebugBreak: '0'
27
-
28
steps:
29
- uses: actions/checkout@v4
30
- uses: julia-actions/setup-julia@latest
0 commit comments