Skip to content

Commit

Permalink
manually run tests, add buildpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-petersen committed Feb 28, 2024
1 parent bf62d42 commit a1226fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- push

jobs:
CI:
Continuous Integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,9 +18,8 @@ jobs:
using Pkg
Pkg.add(url="https://github.com/michael-petersen/FiniteHilbertTransform.jl.git")
Pkg.activate()'
- name: run test
run : |
julia --project=fht -e 'test FiniteHilbertTransform'
julia --project=fht test/runtests.jl
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
project: fht
Expand Down

0 comments on commit a1226fa

Please sign in to comment.