From bda991bc67012a6310fe74633dcfafb1950ef2fc Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Thu, 16 Dec 2021 15:56:34 -0600 Subject: [PATCH] Update rust.yml you are getting to watch a perma-noob learn about CI in real time, this is special --- .github/workflows/rust.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bc4cbef..267f999 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,8 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: textbook/git-checkout-submodule-action@master - name: Build - run: git submodule update --init && cargo build --verbose + run: cargo build --verbose - name: Run tests - run: git submodule update --init && cargo test --verbose + run: cargo test --verbose