]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/test_branch.yml
.github: Re-enable auto-use on windows until error can be fixed
[factor.git] / .github / workflows / test_branch.yml
index 18f9162df75c455be78f67199948a1ebf4740d01..125d82f9f45dfa0a0334a21bd6f27a76d5289e44 100644 (file)
@@ -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 auto-use? off load-all save"'
+      run: 'factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off load-all save"'
     - name: test
       shell: cmd
       run: 'factor -run=tools.test resource:core'