Skip to content

Commit

Permalink
Bump version, update robot framework script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Apr 4, 2024
1 parent 751fbac commit c8f4fd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modality-defmt-plugins"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Jon Lamb <jon@auxon.io>"]
description = "A Modality reflector plugin suite for defmt data"
Expand Down
2 changes: 1 addition & 1 deletion test_system/scripts/run_robot_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

renode-test --kill-stale-renode-instances --variable CREATE_SNAPSHOT_ON_FAIL:False tests.robot
renode-test --jobs 1 --kill-stale-renode-instances --variable CREATE_SNAPSHOT_ON_FAIL:False tests.robot

exit 0

0 comments on commit c8f4fd2

Please sign in to comment.