Skip to content

Commit

Permalink
Update update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
THinnerichs committed Jan 19, 2024
1 parent 534c503 commit a920bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
using Pkg;
Pkg.develop(PackageSpec(path=pwd()));
Pkg.develop("HerbCore");
Pkg.develop("HerbGrammar");
Pkg.develop("HerbData");
Pkg.develop("HerbGrammar");
Pkg.develop("HerbInterpret");
Pkg.develop("HerbConstraints");
Pkg.develop("HerbSearch");
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using HerbGrammar
using HerbSearch

using Test
import Pkg
using Pkg

@testset verbose=false "Herb" begin
@test 1==1 # dummy test
Expand Down

0 comments on commit a920bb5

Please sign in to comment.