Skip to content

Commit

Permalink
wip: verify output
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns committed Nov 4, 2024
1 parent d7ff0c5 commit 34dd0a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,12 @@ jobs:
key: ${{ runner.os }}-${{ github.job }}-${{ matrix.example }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Check CGroup
run: systemd-run --user --scope cat /proc/self/cgroup
- name: Build Devshell
run: nix build .#devShells.x86_64-linux.default
- name: Run example ${{ matrix.example }}
run: nix develop --command systemd-run-example-${{ matrix.example }} --duration $DURATION
shell: nix develop --command {0}
run: >-
echo "RUN_OUTPUT=$(
systemd-run-example-${{ matrix.example }} --duration $DURATION |
tee /dev/tty
)"

0 comments on commit 34dd0a3

Please sign in to comment.