Skip to content

Commit

Permalink
Debug test setup, add badge to website
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 19, 2024
1 parent 0ef3f06 commit 665218a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
os: [ubuntu-latest, macos-latest, macos-13]
toolchain:
- {compiler: gcc, version: 13}
- {compiler: gcc, version: 12}
- {compiler: gcc, version: 11}
- {compiler: intel-classic, version: '2021.10'}
include:
- os: ubuntu-latest
Expand All @@ -34,14 +36,13 @@ jobs:
toolchain: {compiler: intel, version: '2024.1'}
- os: ubuntu-latest
toolchain: {compiler: intel, version: '2021.1'}
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 12}
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 11}
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 10}
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 9}
exclude:
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 13}
runs-on: ${{ matrix.os }}

steps:
Expand Down
1 change: 0 additions & 1 deletion fortran/test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ program test
integer :: num_problems

allocate(problem_ids(num_problems), answers(num_problems), long_runtime(num_problems))

problem_ids = (/ &
001, &
002, &
Expand Down

0 comments on commit 665218a

Please sign in to comment.