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 authored Mar 3, 2025
1 parent 0ac3242 commit 58c26e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 34 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

7 changes: 2 additions & 5 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 1

- name: cache xmake
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
${{github.workspace}}/build/.build_cache
Expand All @@ -50,7 +50,7 @@ jobs:
run: xmake repo --update

- name: cache packages from xrepo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
Expand All @@ -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

4 changes: 1 addition & 3 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 1
- name: cache xmake
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
Expand All @@ -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

26 changes: 4 additions & 22 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 @@ -208,7 +208,7 @@

\ \ \ \ \ \ - name: cache xmake

\ \ \ \ \ \ \ \ uses: actions/cache@v2
\ \ \ \ \ \ \ \ uses: actions/cache@v4

\ \ \ \ \ \ \ \ with:

Expand Down Expand Up @@ -246,7 +246,7 @@

\ \ \ \ \ \ - name: cache packages from xrepo

\ \ \ \ \ \ \ \ uses: actions/cache@v3
\ \ \ \ \ \ \ \ uses: actions/cache@v4

\ \ \ \ \ \ \ \ with:

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 @@ -378,7 +372,7 @@

\ \ \ \ \ \ - name: cache xmake

\ \ \ \ \ \ \ \ uses: actions/cache@v2
\ \ \ \ \ \ \ \ uses: actions/cache@v4

\ \ \ \ \ \ \ \ with:

Expand All @@ -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 58c26e4

Please sign in to comment.