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 args: --release --target x86_64-pc-windows-gnu
- uses: actions-rs/cargo@v1 #- uses: actions-rs/cargo@v1
name: Build Apple x86 # name: Build Apple x86
with: # with:
use-cross: true # use-cross: true
command: build # command: build
args: --release --target x86_64-apple-darwin # args: --release --target x86_64-apple-darwin
- name: Run tests - name: Run tests