Skip to content

Commit

Permalink
.github: tests say this should be ok
Browse files Browse the repository at this point in the history
  • Loading branch information
gifti258 committed May 14, 2024
1 parent 86ad1f3 commit 90ef8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 90ef8e1

Please sign in to comment.