Skip to content

Commit

Permalink
debug...
Browse files Browse the repository at this point in the history
  • Loading branch information
xzfc committed Jun 23, 2024
1 parent c7720ec commit 275f156
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [macos-latest]
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
Expand All @@ -20,7 +20,5 @@ jobs:
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: Build and install cached-nix-shell
run: nix-env -i -f default.nix
- name: Test cached-nix-shell
run: ./tests/run.sh
- name: Test nix-trace
run: nix-shell -p b3sum --run "nix-shell ./default.nix --run 'make -C ./nix-trace test'"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit 275f156

Please sign in to comment.