File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -271,17 +271,12 @@ jobs:
271271 - name : Git checkout
272272 uses : actions/checkout@v5
273273
274+ - name : Load versions
275+ uses : ./.github/actions/load-versions
276+
274277 - name : Setup build dependencies
275278 uses : ./.github/actions/setup-build-deps
276279
277- - name : Install libpcap
278- run : sudo apt-get update && sudo apt-get install -y libpcap-dev
279-
280- - name : Use shared OCaml setting up steps
281- uses : ./.github/actions/setup-ocaml
282- with :
283- ocaml_version : ${{ env.OCAML_VERSION }}
284-
285280 - name : Setup Rust
286281 uses : ./.github/actions/setup-rust
287282 with :
@@ -291,6 +286,7 @@ jobs:
291286 - name : Install cargo-nextest
292287 uses : taiki-e/install-action@nextest
293288
289+ # TODO: add this to the makefile
294290 - name : Run unit tests
295291 run : |
296292 cargo nextest run --workspace --lib \
You can’t perform that action at this time.
0 commit comments