Skip to content

Commit

Permalink
CI test2
Browse files Browse the repository at this point in the history
  • Loading branch information
swang22 committed Feb 2, 2024
1 parent 58e5405 commit d68469a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -36,6 +36,4 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- name: Build
run: go build -v ./...
working-directory: ${{ github.workspace }}/${{ env.PROJECT_PATH }}

0 comments on commit d68469a

Please sign in to comment.