Skip to content

Commit 8d7ed17

Browse files
committed
[build] Remove Rabe As A Submodule
1 parent 396847d commit 8d7ed17

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
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

accless/libs/rabe

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/workon.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ alias kubectl=${COCO_SOURCE}/bin/kubectl
3333
export FAASM_INI_FILE=/home/tless/git/faasm/faasm/faasm.ini
3434
export FAASM_VERSION=0.33.0
3535

36-
# ----------------------------
37-
# Git config
38-
# ----------------------------
39-
40-
git submodule update --init
41-
4236
# ----------------------------
4337
# APT deps
4438
# ----------------------------

0 commit comments

Comments
 (0)