]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/test_branch.yml
.github: Fix typo and also add to test_branch.yml
[factor.git] / .github / workflows / test_branch.yml
index eda09c80c662ca2bc3a605c5dd572560f409b799..18f9162df75c455be78f67199948a1ebf4740d01 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     - name: bootstrap
       run: ./build.sh net-bootstrap
     - name: load-all
-      run: './factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off load-all save"'
+      run: './factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save"'
     - name: test
       run: './factor -run=tools.test resource:core'
     - name: help-lint
@@ -27,7 +27,7 @@ jobs:
     - name: build
       run: arch -x86_64 ./build.sh net-bootstrap
     - name: load-all
-      run: './factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off load-all save"'
+      run: './factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save"'
     - name: test
       run: './factor -run=tools.test resource:core'
     - name: help-lint
@@ -43,7 +43,7 @@ jobs:
       run: build.cmd net-bootstrap
     - name: load-all
       shell: cmd
-      run: 'factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off load-all save"'
+      run: 'factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save"'
     - name: test
       shell: cmd
       run: 'factor -run=tools.test resource:core'