Skip to content

Commit

Permalink
Maybe CI improvements (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ authored Feb 11, 2025
1 parent 8502deb commit 5347937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
type: boolean

env:
CARGO_TARGET_DIR: ${{ github.workspace }}/target
CARGO_TERM_COLOR: always
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SSID: ""
Expand Down
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fn check(workspace: &Path, chip: Chip, all_combinations: bool) -> Result<()> {

// Ensure that the generated project builds without errors:
let output = Command::new("cargo")
.args(["check", "--release"])
.args(["check"])
.current_dir(project_path.join(PROJECT_NAME))
.stdout(Stdio::inherit())
.stderr(Stdio::inherit())
Expand Down

0 comments on commit 5347937

Please sign in to comment.