Update workflow

This commit is contained in:
EpicPix 2021-10-30 17:04:42 +02:00 committed by GitHub
parent 845b49c7c0
commit 8d9902e0d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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