docs: rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-02 22:58:58 +03:00
parent 36bd094102
commit 133746bc73

View file

@ -39,12 +39,12 @@ jobs:
args: --release --target x86_64-pc-windows-gnu
- uses: actions-rs/cargo@v1
name: Build Apple x86
with:
use-cross: true
command: build
args: --release --target x86_64-apple-darwin
#- uses: actions-rs/cargo@v1
# name: Build Apple x86
# with:
# use-cross: true
# command: build
# args: --release --target x86_64-apple-darwin
- name: Run tests