mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-14 16:35:10 +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:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: rustup toolchain install nightly
|
||||
|
||||
- name: Build Test.class
|
||||
run: javac testdata/Test.java
|
||||
|
||||
- name: Run
|
||||
- name: Build
|
||||
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