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.
2 parents ead77e2 + cb79dee commit ca16fd7Copy full SHA for ca16fd7
.github/workflows/compile-examples.yml
@@ -34,13 +34,11 @@ jobs:
34
- name: ArxTypeTraits
35
- name: DebugLog
36
SKETCH_PATHS: |
37
- - examples/decoder_example
+ - examples/decoder_tests
38
- examples/dispatcher_example
39
+ - examples/wrapper_example
40
- examples/rpc_lite_client
41
- examples/rpc_lite_server
- - examples/simple_client
42
- - examples/unpacker_test
43
- - examples/wrapper_example
44
SKETCHES_REPORTS_PATH: sketches-reports
45
strategy:
46
fail-fast: false
0 commit comments