Skip to content

Commit

Permalink
Should probably invoke the test im testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Oct 10, 2024
1 parent f63eea8 commit 3649333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:

- name: run grade tests
run: pytest tests/test_grader.py

- name: run runtime tests
run: pytest tests/test_runtime.py
2 changes: 1 addition & 1 deletion tests/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_gcc_toolchain_success(config_factory, cli_factory):
config = config_factory("runtimeConfigLinux.json")

expected_lib=os.path.join(TEST_DIR, f"lib/{lib}")

if not os.path.exists(expected_lib):
result = subprocess.run([sys.executable,
COMPILE_LIB_SCRIPT,
Expand Down

0 comments on commit 3649333

Please sign in to comment.