Skip to content

Commit

Permalink
ci: wip 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Sep 13, 2024
1 parent a11d81c commit 2b38634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_suite_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -43,7 +44,7 @@ jobs:

- run: |
${{ env.FC }} --version
${{ steps.setup-fortran.outputs.fc }}
# ${{ steps.setup-fortran.outputs.fc }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit 2b38634

Please sign in to comment.