Skip to content

Commit

Permalink
Issue #101 unit test (should fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 11, 2024
1 parent 8821044 commit 2dd2a49
Show file tree
Hide file tree
Showing 17 changed files with 20,194 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
{
name: build and unit test,
run: ./.github/workflows/scripts/mac/scons-build.sh
run: ./.github/workflows/scripts/mac/scons-build.sh test=true
}
]
},
Expand Down Expand Up @@ -153,7 +153,7 @@
},
{
name: build and unit test,
run: '.\.github\workflows\scripts\win\scons-build.bat'
run: '.\.github\workflows\scripts\win\scons-build.bat test=true'
},

]
Expand Down Expand Up @@ -199,7 +199,7 @@
},
{
name: build and unit test,
run: CCFLAGS=-fdiagnostics-color=always scons
run: CCFLAGS=-fdiagnostics-color=always scons test=true
}
],
}
Expand Down
Binary file added test/files/town/townrectMac.exs
Binary file not shown.
Binary file added test/files/town/townrectUniversal/header.exs
Binary file not shown.
Loading

0 comments on commit 2dd2a49

Please sign in to comment.