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 c3787d0 commit 17dfe00Copy full SHA for 17dfe00
.github/workflows/main.yml
@@ -28,18 +28,18 @@ jobs:
28
# Dependencies
29
- name: Build CUnit
30
run: |
31
- cd ./vscp/test
+ cd ./test
32
make cunit
33
cd CUnit-2.1-3
34
sudo make install
35
sudo /sbin/ldconfig -v
36
- cd ../../..
+ cd ../..
37
38
# Run VSCP-framework test
39
- name: Run VSCP-framework test
40
41
+ cd ./src/test
42
make debug
43
cd bin
44
./vscp_test
45
0 commit comments