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 429783d commit 35c86a5Copy full SHA for 35c86a5
.github/workflows/ubuntu.yml
@@ -9,4 +9,4 @@ jobs:
9
- uses: actions/checkout@v3
10
- name: Use cmake
11
run: |
12
- cd test && make && ./unit
+ cd tests && make && ./unit
0 commit comments