Skip to content

Commit aeacbc0

Browse files
committed
Right text selection thing
1 parent c4c720f commit aeacbc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
# Note: Missing hydra-tui
6161
env:
6262
CI_NIGHTLY: True
63+
6364
steps:
6465
- name: 📥 Checkout repository
6566
uses: actions/checkout@v4
@@ -73,5 +74,4 @@ jobs:
7374
run: |
7475
cd ${{ matrix.package }}
7576
nix build .#${{ matrix.package }}-tests
76-
nix develop
77-
cabal test --test-options '-m "@nightly"'
77+
nix develop .#${{ matrix.package }}-tests --command tests -m "@nightly"

0 commit comments

Comments
 (0)