Skip to content

Commit

Permalink
Merge pull request #9 from dingraha/test_writevtk
Browse files Browse the repository at this point in the history
Test writevtk
  • Loading branch information
dingraha authored Jul 5, 2023
2 parents 77c7565 + 4d13986 commit 89c754f
Show file tree
Hide file tree
Showing 74 changed files with 625 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
Pkg.Registry.add(RegistrySpec(url="https://github.com/dingraha/DanielIngrahamRegistry"))
env:
JULIA_PKG_USE_CLI_GIT: 'true'
- uses: julia-actions/julia-runtest@master
- uses: julia-actions/julia-runtest@v1
env:
JULIA_PKG_USE_CLI_GIT: 'true'
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ AcousticMetrics = "046f749b-9c1e-43ca-86bc-6902340f753e"
CCBlade = "e1828068-15df-11e9-03e4-ef195ea46fa4"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KinematicCoordinateTransformations = "730d3219-0a85-48f9-b699-9f31f8913d09"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ include("f1a_tests.jl")
include("ccblade_helper_tests.jl")
include("anopp2_comparison.jl")
include("forwarddiff_test.jl")
include("writevtk_tests.jl")

end # module
Loading

0 comments on commit 89c754f

Please sign in to comment.