Skip to content

fix(reader): just use str rather than ns-name, so it can work for #23

fix(reader): just use str rather than ns-name, so it can work for

fix(reader): just use str rather than ns-name, so it can work for #23

Workflow file for this run

name: Tests
on: [push]
jobs:
# Runtime Tests
runtime-test:
name: Runtime Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DeLaGuardo/setup-clojure@3.1
with:
tools-deps: '1.10.1.763'
- name: Build tests
run: clojure -M:cljs-test:cljs-adv
- name: Run tests
run: |
node target/test/tests-advanced.js | tee test-out.txt
grep -qxF '0 failures, 0 errors.' test-out.txt