Update rust.yml

This commit is contained in:
Ming-Wei Shih
2023-02-09 14:41:00 -08:00
committed by GitHub
parent db0a4607a9
commit 4c3df24a09

View File

@@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Add musl target
run: rustup target add x86_64-unknown-linux-musl
- name: Build
run: cargo build --verbose
- name: Run tests