Skip to content

Commit 1e848ae

Browse files
ci: test dev binary
Signed-off-by: Tiago Castro <[email protected]>
1 parent fba02fb commit 1e848ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/code-lint.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
- run: nix-build shell.nix --argstr spdk-path ./spdk
5858
- run: nix-shell --argstr spdk-path spdk --run "./build_scripts/build_spdk.sh configure -t $(uname -m)-unknown-linux-gnu"
5959
- run: nix-shell --argstr spdk-path spdk --run "./build_scripts/build_spdk.sh make"
60-
- run: nix-shell --argstr spdk-path spdk --run "cargo build --all"
60+
- run: nix-shell --argstr spdk-path spdk --run "cargo build --all --examples"
61+
- run: sudo sysctl -w vm.nr_hugepages=512
62+
- run: sudo -E ./target/debug/examples/hello_world
63+
if: ${{ matrix.os != "github-arm64-2c-8gb" }}
6164
# - name: Setup tmate session
6265
# if: ${{ failure() }}
6366
# timeout-minutes: 120

0 commit comments

Comments
 (0)