update workflows
Some checks failed
Array Queue Test / test (push) Successful in 27s
Clojure Linear Test / test (push) Successful in 19s
Exception Test / test (push) Successful in 1m26s
Generic Test / test (push) Successful in 45s
JavaScript Objective Expressions Test / test (push) Has been cancelled
JavaScript Expressions Test / test (push) Has been cancelled
JavaScript Prefix Test / test (push) Has been cancelled
Queues Test / test (push) Has been cancelled
Binary Search Test / test (push) Has been cancelled
Some checks failed
Array Queue Test / test (push) Successful in 27s
Clojure Linear Test / test (push) Successful in 19s
Exception Test / test (push) Successful in 1m26s
Generic Test / test (push) Successful in 45s
JavaScript Objective Expressions Test / test (push) Has been cancelled
JavaScript Expressions Test / test (push) Has been cancelled
JavaScript Prefix Test / test (push) Has been cancelled
Queues Test / test (push) Has been cancelled
Binary Search Test / test (push) Has been cancelled
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
name: Clojure Example Test
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Run Clojure Example tests
|
|
||||||
working-directory: clojure
|
|
||||||
run: |
|
|
||||||
./TestClojure.sh cljtest.example.ExampleTest hard base
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
name: JavaScript Example Test
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Compile
|
|
||||||
run: |
|
|
||||||
javac \
|
|
||||||
-encoding utf-8 \
|
|
||||||
-d javascript/__out \
|
|
||||||
--class-path "javascript/graal/*:common:javascript" \
|
|
||||||
javascript/jstest/example/ExampleTest.java
|
|
||||||
- name: Run JavaScript Example tests
|
|
||||||
working-directory: javascript
|
|
||||||
run: |
|
|
||||||
java -ea \
|
|
||||||
--enable-native-access=org.graalvm.truffle \
|
|
||||||
-Dsun.misc.unsafe.memory.access=allow \
|
|
||||||
--module-path=graal \
|
|
||||||
--class-path=__out \
|
|
||||||
jstest.example.ExampleTest hard base
|
|
||||||
Reference in New Issue
Block a user