Skip to content

Commit

Permalink
Install valgrind in beta compiler test
Browse files Browse the repository at this point in the history
Without valgrind installed, executing the tests will obviously fail, so
the first (any up to now only) run of the [workflow] created issue #113
due to test failures caused by missing valgrind.

[workflow]: https://github.com/jfrimmel/cargo-valgrind/actions/runs/12452939892/job/34762500879
  • Loading branch information
jfrimmel committed Dec 22, 2024
1 parent 755fc7a commit 4097f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
issues: write
steps:
- uses: actions/checkout@v4
- name: Install valgrind
run: sudo apt install valgrind
- run: rustup update beta && rustup default beta
- name: Compile the code with the beta compiler
id: build-beta
Expand Down

0 comments on commit 4097f2d

Please sign in to comment.