From 556e57a979231d930ab2ccf8983e63fc86f38fc9 Mon Sep 17 00:00:00 2001 From: ghoscht <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:01:58 +0100 Subject: [PATCH] Update .forgejo/workflows/rust.yml --- .forgejo/workflows/rust.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 09de6ab..d326cd7 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -4,9 +4,10 @@ name: Continuous integration jobs: test: - name: cargo test + name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: https://github.com/dtolnay/rust-toolchain@stable - - run: cargo test --all-features \ No newline at end of file + # - uses: https://github.com/dtolnay/rust-toolchain@stable + - uses: https://github.com/DeterminateSystems/nix-installer-action@main + - run: nix build . \ No newline at end of file