We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2820a3e commit bdacb6dCopy full SHA for bdacb6d
.github/workflows/test-pass.yml
@@ -65,4 +65,4 @@ jobs:
65
- name: Run tests with cmake
66
run: |
67
cd build/
68
- conda run --name diff_check --no-capture-output ctest --output-on-failure -C Release --verbose
+ conda run --name diff_check --no-capture-output ctest -C Release --verbose
0 commit comments