From f7bc48581937f77c63b8853b323db156610dbfd5 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 16 Oct 2021 21:41:54 +0200 Subject: [PATCH] Fix wrong directory --- .github/workflows/Crate-publishing.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Crate-publishing.yml b/.github/workflows/Crate-publishing.yml index bbd1d03a..c3cdfec7 100644 --- a/.github/workflows/Crate-publishing.yml +++ b/.github/workflows/Crate-publishing.yml @@ -28,22 +28,22 @@ jobs: - { os: windows-latest, arch: x64, - name: 'win_amd64' + name: 'Windows x84_64' } - { os: windows-latest, arch: x32, - name: 'win32' + name: 'Windows x86' } - { os: ubuntu-latest, arch: x64, - name: 'sdist' + name: 'Ubuntu x86_64' } - { os: macos-latest, arch: x64, - name: 'macos_x86_64' + name: 'macos x86_64' } steps: - uses: actions/checkout@v2 @@ -57,9 +57,8 @@ jobs: componets: rustfmt, clippy - name: '🚧 Cargo test' - uses: actions-rs/cargo@v1 - with: - command: test + run: | + cd bindings/rust && cargo test # - name: '📤 Upload artifact' # uses: actions/upload-artifact@v2