Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
TODO: find specific executable names using the tui and launch them in a test.
  • Loading branch information
harryprayiv authored May 29, 2024
1 parent ece288b commit 33a5987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
# Run the TUI script in non-interactive mode to build all executables
./tui --build-all
- name: Run specific tests
run: |
# - name: Run specific tests
# run: |
# Example of running a specific executable with arguments
./result/bin/your-executable your-arguments
# ./result/bin/your-executable your-arguments

# Optional: Cache Nix store to speed up builds
- uses: actions/cache@v2
Expand Down

0 comments on commit 33a5987

Please sign in to comment.