All checks were successful
Array Queue Test / test (push) Successful in 29s
Clojure Example Test / test (push) Successful in 9s
Clojure Linear Test / test (push) Successful in 13s
Exception Test / test (push) Successful in 1m30s
Generic Test / test (push) Successful in 41s
JavaScript Example Test / test (push) Successful in 10s
JavaScript Expressions Test / test (push) Successful in 42s
JavaScript Objective Expressions Test / test (push) Successful in 2m43s
JavaScript Prefix Test / test (push) Successful in 2m45s
Queues Test / test (push) Successful in 23s
Binary Search Test / test (push) Successful in 13s
15 lines
320 B
YAML
15 lines
320 B
YAML
name: Clojure Linear Test
|
|
on:
|
|
push:
|
|
pull_request:
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v4
|
|
- name: Run Clojure Linear tests
|
|
working-directory: clojure
|
|
run: |
|
|
./TestClojure.sh cljtest.linear.LinearTest hard base
|