Skip to content

Commit 716e9bb

Browse files
committed
build: Temporarily use dev env for CI
1 parent c84682a commit 716e9bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
cachix_auth_token: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2929

3030
- name: Run tests
31-
run: nix develop .#ci --command just test
31+
# FIXME: Use the .ci env for this.
32+
run: nix develop . --command just test
3233

3334
- name: Upload test report
3435
if: always()

0 commit comments

Comments
 (0)