Fix wrong directory

This commit is contained in:
mio
2021-10-16 21:41:54 +02:00
parent 46d3b05394
commit f7bc485819

View File

@ -28,22 +28,22 @@ jobs:
- { - {
os: windows-latest, os: windows-latest,
arch: x64, arch: x64,
name: 'win_amd64' name: 'Windows x84_64'
} }
- { - {
os: windows-latest, os: windows-latest,
arch: x32, arch: x32,
name: 'win32' name: 'Windows x86'
} }
- { - {
os: ubuntu-latest, os: ubuntu-latest,
arch: x64, arch: x64,
name: 'sdist' name: 'Ubuntu x86_64'
} }
- { - {
os: macos-latest, os: macos-latest,
arch: x64, arch: x64,
name: 'macos_x86_64' name: 'macos x86_64'
} }
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -57,9 +57,8 @@ jobs:
componets: rustfmt, clippy componets: rustfmt, clippy
- name: '🚧 Cargo test' - name: '🚧 Cargo test'
uses: actions-rs/cargo@v1 run: |
with: cd bindings/rust && cargo test
command: test
# - name: '📤 Upload artifact' # - name: '📤 Upload artifact'
# uses: actions/upload-artifact@v2 # uses: actions/upload-artifact@v2