]> gitweb.factorcode.org Git - factor.git/commitdiff
.github: Fix typo and also add to test_branch.yml
authorGiftpflanze <gifti@tools.wmflabs.org>
Tue, 2 Apr 2024 20:39:51 +0000 (22:39 +0200)
committerGiftpflanze <gifti@tools.wmflabs.org>
Tue, 2 Apr 2024 20:39:51 +0000 (22:39 +0200)
.github/workflows/build.yml
.github/workflows/test_branch.yml

index 5e7652a51cbd314c8c22a84aedadf00bb2b56c6a..ef8d77e3f56660371b430450a7d4e2941117fe7a 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     - name: bootstrap
       run: ./build.sh net-bootstrap
     - name: load-all
-      run: './factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use off load-all save"'
+      run: './factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save"'
     - name: test
       run: './factor -run=tools.test resource:core'
     - name: help-lint
@@ -30,7 +30,7 @@ jobs:
     - name: build
       run: arch -x86_64 ./build.sh net-bootstrap
     - name: load-all
-      run: './factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use off load-all save"'
+      run: './factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save"'
     - name: test
       run: './factor -run=tools.test resource:core'
     - name: help-lint
@@ -46,7 +46,7 @@ jobs:
       run: build.cmd net-bootstrap
     - name: load-all
       shell: cmd
-      run: 'factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use off load-all save"'
+      run: 'factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save"'
     - name: test
       shell: cmd
       run: 'factor -run=tools.test resource:core'
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'