From 8d9902e0d6a75a09c2bbff3b695bf8dc9d271b23 Mon Sep 17 00:00:00 2001 From: EpicPix <48453873+EpicPix@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:04:42 +0200 Subject: [PATCH] Update workflow --- .github/workflows/main.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb93437..fc41ba9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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