]> gitweb.factorcode.org Git - factor.git/commitdiff
github: try and test basis to see what fails on github.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Dec 2021 22:30:20 +0000 (14:30 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Dec 2021 22:30:20 +0000 (14:30 -0800)
.github/workflows/build-test-core.yml

index a05e155df7d0d012221d34d51bbc26609222ef6d..e7bd81f8c7b5941f645ad90f4fc8f4054c2991eb 100644 (file)
@@ -11,6 +11,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2
+    - name: dependencies
+      run: |
+        sudo apt-get update
     - name: bootstrap
       run: ./build.sh net-bootstrap
     - name: load
@@ -18,7 +21,7 @@ jobs:
     - name: configure
       run: './factor -e="USING: memory namespaces tools.test ; f long-unit-tests-enabled? set-global save"'
     - name: test
-      run: './factor -run=tools.test resource:core'
+      run: './factor -run=tools.test resource:core resource:basis'
     - name: help-lint
       run: './factor -run=help.lint resource:core resource:basis'