File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2424 - name : " Checkout code"
2525 uses : actions/checkout@v4
2626 - name : " Run Rust unit tests"
27- run : cargo test
27+ run : |
28+ source ./scripts/workon.sh
29+ # TODO: move to accli dev test
30+ cargo test
2831
2932 checks :
3033 if : github.event.pull_request.draft == false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ alias kubectl=${COCO_SOURCE}/bin/kubectl
3333export FAASM_INI_FILE=/home/tless/git/faasm/faasm/faasm.ini
3434export FAASM_VERSION=0.33.0
3535
36- # ----------------------------
37- # Git config
38- # ----------------------------
39-
40- git submodule update --init
41-
4236# ----------------------------
4337# APT deps
4438# ----------------------------
You can’t perform that action at this time.
0 commit comments