mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-16 09:25:08 +01:00
Update workflow
This commit is contained in:
parent
845b49c7c0
commit
8d9902e0d6
1 changed files with 6 additions and 7 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
|
@ -8,12 +8,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- run: rustup toolchain install nightly
|
|
||||||
|
|
||||||
- name: Build Test.class
|
- name: Build
|
||||||
run: javac testdata/Test.java
|
|
||||||
|
|
||||||
- name: Run
|
|
||||||
working-directory: crates/file-info/
|
working-directory: crates/file-info/
|
||||||
run: cargo +nightly run ../../testdata/Test.class
|
run: cargo build
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
working-directory: crates/file-info/
|
||||||
|
run: cargo test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue