Fix CI run

This commit is contained in:
Wildan M
2026-05-13 07:08:07 +07:00
parent 1d1176de40
commit 3ed2bee9bb
+5 -4
View File
@@ -1,13 +1,14 @@
image: "redoxos/redoxer"
workflow:
rules:
- if: '$CI_COMMIT_BRANCH == "master" && $CI_PROJECT_NAMESPACE == "redox-os"'
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
stages:
- build
- test
cache:
paths:
- target/
build:linux:
stage: build
script: cargo +nightly build --verbose