Skip to content

Commit 9fdc1ba

Browse files
authored
Update rust.yml
1 parent 9811f7e commit 9fdc1ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ jobs:
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: make test
23+
- name: Archive test log
24+
uses: actions/upload-artifact@v4
25+
with:
26+
name: test log
27+
path: /tmp/test_crossfire.log

0 commit comments

Comments
 (0)