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