Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Jan 16, 2024
1 parent f7e017e commit ec408ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
exclude:
# FIXME: Figure out why this crashes
- os: windows-latest
version: '1.8'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion test/test_dummy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using TrixiBase
@testset verbose=true showtiming=true "test_dummy.jl" begin

@testset verbose=true showtiming=true "greet" begin
@test_nowarn TestDummy.greet()
@test_nowarn TrixiBase.greet()
end

end # @testset "test_dummy.jl"
Expand Down

0 comments on commit ec408ac

Please sign in to comment.