Skip to content

Commit

Permalink
fixup! Fix the old demo test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jun 27, 2024
1 parent e2ff711 commit bf9c57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- run: |
julia --project=. -e 'using Pkg; Pkg.develop("GLFW")'
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
using CImGui
using GLFW
using Test

@testset "CImGui.jl" begin
window = GLFW.CreateWindow(100, 100, "foo")

# if CI only run if linux given xvfb is available in CI
if !haskey(ENV, "CI") || Sys.islinux()
withenv("AUTO_CLOSE_DEMO" => "5") do
Expand Down

0 comments on commit bf9c57e

Please sign in to comment.