Skip to content

Commit b492210

Browse files
ci: test dev binary
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
1 parent fba02fb commit b492210

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code-lint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ 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
6163
# - name: Setup tmate session
6264
# if: ${{ failure() }}
6365
# timeout-minutes: 120

0 commit comments

Comments
 (0)