Disable test-all job
All checks were successful
Monorepo build / build-flake (push) Successful in 3s

This is unable to run the cargo executable for unknown reasons
This commit was merged in pull request #327.
This commit is contained in:
2025-06-11 09:54:03 -04:00
committed by savanni
parent 5ad09cd598
commit fc9ea65e97

View File

@@ -18,14 +18,14 @@ jobs:
# ls ${{ gitea.workspace }}
# - run: echo "This job's status is ${{ job.status }}."
test-all:
runs-on: nixos
defaults.run.working-directory: ${{ gitea.workspace }}
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Enter the developer environment
run: /run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" develop --command bash -c "task test-all"
# test-all:
# runs-on: nixos
# defaults.run.working-directory: ${{ gitea.workspace }}
# steps:
# - name: Checkout repository code
# uses: actions/checkout@v4
# - name: Enter the developer environment
# run: /run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" develop --command bash -c "task test-all"
build-flake:
runs-on: nixos