Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Jan 11, 2025
1 parent 563d0bc commit cad0b58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,8 @@ jobs:
working-directory: ./unpacked
run: |
pwd
ls -l
echo ====
for nm in *; do
for nm in mwc-random-*; do
if [ -d "$nm" ]; then
echo $nm
cd "$nm"
cabal -vnormal check
cd ..
Expand Down

0 comments on commit cad0b58

Please sign in to comment.