Skip to content

Commit

Permalink
let's try running this in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
suchipi committed Sep 9, 2024
1 parent 01f2830 commit 4e9fd90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/qjsc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ test("qjsc-compiled program has access to both std and bytecode", async () => {
}
`);

if (process.env.CI) {
// Not worth dealing with the C compiler parts of this in CI
return;
}

const run2 = spawn("cc", [
`-I${rootDir("build/include")}`,
"-o",
Expand Down

0 comments on commit 4e9fd90

Please sign in to comment.