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 530e5f7 commit bd4a3d4Copy full SHA for bd4a3d4
.github/workflows/test-cpp-interface.yml
@@ -79,13 +79,13 @@ jobs:
79
apt install -y libboost-dev libtbb-dev libomp-dev
80
81
- name: Compile tests
82
- working-directory: ${{ GITHUB_WORKSPACE }}/tests
+ working-directory: ${{ github.workspace }}/tests
83
run: |
84
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
85
cmake --build build --parallel
86
87
- name: Run tests
88
89
90
echo "Running serial backend"
91
./build/serial.out
0 commit comments