Skip to content

Commit

Permalink
Use TestSim environment for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Dec 18, 2023
1 parent 09fb00a commit 115f2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
pip install --upgrade platformio
- name: Run tests on native environment
run: platformio test --environment Test -vvv
run: platformio test --environment TestSim -vvv

# Build documentation
doc:
Expand Down

0 comments on commit 115f2e4

Please sign in to comment.