Skip to content

Commit

Permalink
Add back test
Browse files Browse the repository at this point in the history
  • Loading branch information
ire4ever1190 committed Dec 17, 2024
1 parent 73781b2 commit 46aadbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- os: windows-latest
nim: "stable"
gc: "orc"

runs-on: ${{ matrix.os }}
name: Nim ${{ matrix.os }} ${{ matrix.nim }} ${{ matrix.gc }} test
steps:
Expand Down
8 changes: 4 additions & 4 deletions tests/testStaticFiles.nim
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ suite "Static files":
check getResp.headers == headResp.headers
# Write back to future tests dont fail
testFilePath.writeFile(testHtml)
when false:
test "Works extra folder deep":
let resp = get("/static/extra/another.html")
check resp.body == "hello"

test "Works extra folder deep":
let resp = get("/static/extra/another.html")
check resp.body == "hello"

0 comments on commit 46aadbb

Please sign in to comment.