Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jan 8, 2025
1 parent d1dee8a commit 002323b
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,58 +91,10 @@ jobs:
fail-fast: false
matrix:
test_group:
# - {
# name: 'Stable Demo',
# directories: './examples/stable/demo'
# }
# - {
# name: 'Stable Demo (Experimental)',
# directories: './examples/stable/demo',
# run-experimental: true
# }
- {
name: 'Experimental Demo',
directories: './examples/experimental/demo/bitcoin_psbt'
}
# - {
# name: 'Stable E2E CRPC',
# directories: './examples/stable/test/end_to_end/candid_rpc'
# }
# - {
# name: 'Stable E2E CRPC (Experimental)',
# directories: './examples/stable/test/end_to_end/candid_rpc',
# run-experimental: true
# }
# - {
# name: 'Experimental E2E CRPC',
# directories: './examples/experimental/test/end_to_end/candid_rpc'
# }
# - {
# name: 'Experimental E2E HTTP Server',
# directories: './examples/experimental/test/end_to_end/http_server'
# }
# - {
# name: 'Stable Property CRPC',
# directories: './examples/stable/test/property/candid_rpc'
# }
# - {
# name: 'Stable Property CRPC (Experimental)',
# directories: './examples/stable/test/property/candid_rpc',
# run-experimental: true
# }
# - {
# name: 'Experimental Property CRPC',
# directories: './examples/experimental/test/property/candid_rpc'
# }
# - {
# name: 'Stable Property IC API',
# directories: './examples/stable/test/property/ic_api'
# }
# - {
# name: 'Stable Property IC API (Experimental)',
# directories: './examples/stable/test/property/ic_api',
# run-experimental: true
# }
uses: ./.github/workflows/run_test.yml
with:
directories: ${{ matrix.test_group.directories }}
Expand Down

0 comments on commit 002323b

Please sign in to comment.