Update rust.yml

This commit is contained in:
Soowon Jeong
2024-11-11 17:50:27 +07:00
committed by GitHub
parent 07bfa2ed75
commit 38bd64fc72

View File

@@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@v4
- name: Sync submodules
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Build
run: cargo build --verbose
- name: Run tests