Push on main #247
GitHub Actions / Test Results
succeeded
Jan 23, 2025 in 0s
All 14 tests pass in 10s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
14 tests found
There are 14 tests, see "Raw output" for the full list of tests.
Raw output
IntegrationTests.CompileTest ‑ CheckHealthAsync
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "c", sourceCode: "#include <stdio.h>\n\nint main() {\n printf(\"Hel"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "c11", sourceCode: "#include <stdio.h>\n#include <stdnoreturn.h>\n\nin"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cc", sourceCode: "#include <cstdio>\n#include <iostream>\n\nint main"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cc11", sourceCode: "#include <cstdio>\n#include <iostream>\n\nint main"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cc20", sourceCode: "#include <cstdio>\n#include <iostream>\n\nint main"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cs", sourceCode: "using System; \nclass Program\n{\n static void "···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "java", sourceCode: "public class Main {\n public static void main(S"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "js", sourceCode: "console.log('hello world');")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "kt", sourceCode: "fun main() {\n println(\"Hello, World!\")\n}")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "py3", sourceCode: "print(\"Hello, World!\")")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "pypy3", sourceCode: "print(\"Hello, World!\")")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "ruby", sourceCode: "")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "rust2021", sourceCode: "use std::io;\n \nfn main() {\n let mut line = S"···)
Loading