Skip to content

Commit f62b19a

Browse files
committed
Removed binary example execution on CI workflow pipeline.
1 parent 587157d commit f62b19a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/linux_ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ jobs:
1818
mkdir dist
1919
g++ -Wall -Wpedantic -Weffc++ -std=c++17 -o dist/basic_example examples/basic_example.c src/*.c -Iinclude
2020
g++ -Wall -Wpedantic -Weffc++ -std=c++17 -o dist/memory_example examples/memory_example.c src/*.c -Iinclude
21-
22-
- name: Test Build Output Binaries
23-
run: |
24-
./dist/basic_example
25-
./dist/memory_example
26-
cat test.txt

0 commit comments

Comments
 (0)