Skip to content

Commit

Permalink
skip dylib tests in llvm toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Oct 20, 2023
1 parent 06333f5 commit 420c06d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Run cases
run: |
cd tests/official && make ci
cd ../test_cases && make ci
cd ../test_cases && make ci-no-dylib
cd ../ckb-c-stdlib-tests && make all-via-docker && make ci
2 changes: 2 additions & 0 deletions tests/test_cases/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ all:
$(call run_with_mocked_tx, test_ckbsyscalls.lua)
$(call run, bn.lua)

ci-no-dylib: hello_world save-and-load-file-system-data partial_loading memory_leak lua-fs-util

ci: hello_world save-and-load-file-system-data partial_loading memory_leak dylibtest lua-fs-util
$(call run_ci, test_require.lua)
$(call run_ci, test_loadfile.lua)
Expand Down

0 comments on commit 420c06d

Please sign in to comment.