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 f3de488 commit 2c03589Copy full SHA for 2c03589
.github/workflows/pr_push.yml
@@ -70,13 +70,13 @@ jobs:
70
71
- name: Build
72
run: >
73
- cmake --build build --target clang-format-check
+ cmake --build build --target clang-format-check
74
75
Spellcheck:
76
uses: oneapi-src/unified-memory-framework/.github/workflows/spellcheck.yml@main
77
Build:
78
needs: [Spellcheck, FastBuild, CodeStyle]
79
- uses: oneapi-src/unified-memory-framework/.github/workflows/basic.yml@main
+ uses: kswiecicki/unified-memory-framework/.github/workflows/basic.yml@asan-workflow-fix
80
Benchmark:
81
needs: [Build]
82
uses: oneapi-src/unified-memory-framework/.github/workflows/benchmarks.yml@main
0 commit comments