We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64083bf commit 928259eCopy full SHA for 928259e
.github/workflows/test-pass.yml
@@ -49,4 +49,4 @@ jobs:
49
- name: Run tests with cmake
50
run: |
51
cd build/
52
- ctest -C Release --verbose
+ conda run --name diff_check ctest -C Release --verbose
0 commit comments