Skip to content

Commit

Permalink
ci(temp): do not run the modules tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Nov 26, 2023
1 parent 8d5b300 commit 99bb6d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ jobs:
export ASAN_OPTIONS=detect_odr_violation=0
(cd tests/arkscript ; bash ./run-tests)
- name: Modules tests
shell: bash
run: |
export ASAN_OPTIONS=detect_odr_violation=0
(source ./lib/modules/.github/run-tests)
#- name: Modules tests
# shell: bash
# run: |
# export ASAN_OPTIONS=detect_odr_violation=0
# (source ./lib/modules/.github/run-tests)

- name: Runtime error message generation tests
shell: bash
Expand Down
4 changes: 1 addition & 3 deletions tests/arkscript/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ else
fi

$ark unittests.ark --lib ../../lib/ || exit 1
for file in ../../lib/std/tests/*.ark; do
$ark $file --lib ../../lib/
done
$ark ../../lib/std/tests/all.ark --lib ../../lib/ || exit 1

0 comments on commit 99bb6d5

Please sign in to comment.