Skip to content

Commit

Permalink
Fix doctest header & linux version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-x90 committed Feb 15, 2024
1 parent 049c541 commit 43f5080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
ci:
name: Run Unit Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:4.2.1

Expand Down
2 changes: 1 addition & 1 deletion tests/TestHeader.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#include "doctest.h"
#include <doctest.h>

int doctest_run(const int, const char *const *);

0 comments on commit 43f5080

Please sign in to comment.