Skip to content

Commit 2eda941

Browse files
committed
ci(redox): disable doctests and symlink toolchain
1 parent 55a66dd commit 2eda941

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/redox.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
container: redoxos/redoxer
1717
steps:
1818
- name: Install Toolchain
19-
run: cp -a /root/.redoxer ~/
19+
run: |
20+
ln -sT /root/.redoxer ~/.redoxer
2021
- uses: actions/checkout@v6
2122
- name: Build
2223
run: redoxer build
2324
- name: Test
24-
run: redoxer test
25+
run: redoxer test --tests # doc tests aren't supported

0 commit comments

Comments
 (0)