We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f796a7f commit 0638154Copy full SHA for 0638154
.github/workflows/rust.yml
@@ -22,10 +22,13 @@ on:
22
- 'valgrind.supp'
23
jobs:
24
check:
25
+ strategy:
26
+ matrix:
27
+ os: [macos-latest, windows-latest, ubuntu-latest]
28
if: github.event.pull_request.draft == false
- uses: DoumanAsh/douman-ci/.github/workflows/rust.yml@master
29
+ uses: DoumanAsh/douman-ci/.github/workflows/rust.yml@refactoring_runs_on
30
with:
- os-matrix: '["macos-latest", "windows-latest", "ubuntu-latest"]'
31
+ runs-on: ${{ matrix.os }}
32
min-rustc-version: "1.82.0"
33
valgrind: true
34
valgrind_flags: "--suppressions=valgrind.supp"
0 commit comments