Skip to content

Commit

Permalink
Github Action: remove json tests task
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Mar 3, 2025
1 parent 0ac3242 commit 247460a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 28 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,4 @@ jobs:
run: xmake build --yes -vD goldfish
- name: run tests
run: bin/goldfish -l tests/test_all.scm
- name: run json tests
run: bin/goldfish json/tests/json-test.scm

2 changes: 0 additions & 2 deletions .github/workflows/ci-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ jobs:

- name: run tests
run: bin/goldfish -l tests/test_all.scm
- name: run json tests
run: bin/goldfish json/tests/json-test.scm

3 changes: 0 additions & 3 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,3 @@ jobs:
- name: run tests
run: bin/goldfish -l tests/test_all.scm

- name: run json tests
run: bin/goldfish json/tests/json-test.scm

2 changes: 0 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ jobs:
run: xmake build --yes -vD goldfish
- name: test
run: bin/goldfish -l tests/test_all.scm
- name: run json tests
run: bin/goldfish json/tests/json-test.scm

20 changes: 1 addition & 19 deletions GoldfishInfra.tmu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<TMU|<tuple|1.0.5|1.2.9.8>>
<TMU|<tuple|1.1.0|2025.0.4>>

<style|<tuple|book|chinese|literate|goldfish|reduced-margins|guile|smart-ref|preview-ref|python>>

Expand Down Expand Up @@ -275,12 +275,6 @@
\ \ \ \ \ \ \ \ run: bin/goldfish -l tests/test_all.scm

\;

\ \ \ \ \ \ - name: run json tests

\ \ \ \ \ \ \ \ run: bin/goldfish json/tests/json-test.scm

\;
</verbatim-chunk>

<subsection|Github平台Windows系统>
Expand Down Expand Up @@ -402,10 +396,6 @@

\ \ \ \ \ \ \ \ run: bin/goldfish -l tests/test_all.scm

\ \ \ \ \ \ - name: run json tests

\ \ \ \ \ \ \ \ run: bin/goldfish json/tests/json-test.scm

\;
</verbatim-chunk>

Expand Down Expand Up @@ -566,10 +556,6 @@

\ \ \ \ \ \ \ \ run: bin/goldfish -l tests/test_all.scm

\ \ \ \ \ \ - name: run json tests

\ \ \ \ \ \ \ \ run: bin/goldfish json/tests/json-test.scm

\;
</verbatim-chunk>

Expand Down Expand Up @@ -722,10 +708,6 @@

\ \ \ \ \ \ \ \ run: bin/goldfish -l tests/test_all.scm

\ \ \ \ \ \ - name: run json tests

\ \ \ \ \ \ \ \ run: bin/goldfish json/tests/json-test.scm

\;
</verbatim-chunk>
</body>
Expand Down

0 comments on commit 247460a

Please sign in to comment.