Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed May 2, 2024
1 parent 63ff2b3 commit 69b570a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
if: runner.os != 'Windows'
run: sqnice_tests
run: ./sqnice_tests

- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
if: runner.os == 'Windows'
run: sqnice_tests.exe
run: Release/sqnice_tests.exe
1 change: 1 addition & 0 deletions include/sqnice/pool.hh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define SQNICE_POOL_H

#include "sqnice/database.hh"
#include <condition_variable>
#include <functional>
#include <mutex>
#include <stack>
Expand Down

0 comments on commit 69b570a

Please sign in to comment.