Skip to content

Commit

Permalink
JsSOM currently doesn’t give the correct results…
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Jul 26, 2023
1 parent afd9c33 commit 0d98eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
${{ matrix.som }} -cp ../Smalltalk:../TestSuite:../SomSom/src/compiler:../SomSom/src/interpreter:../SomSom/src/primitives:../SomSom/src/vm:../SomSom/src/vmobjects ../SomSom/tests/SomSomTests.som
- name: Test Unit Test Benchmark
if: ${{ matrix.repo == 'JsSOM.git' }}
if: ${{ matrix.repo == 'som-java.git' }}
run: |
cd Examples/Benchmarks/TestSuite
./duplicate-tests.sh
Expand Down

0 comments on commit 0d98eaa

Please sign in to comment.