diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index d326cd7..c791e54 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -8,6 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # - 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 + - uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest + with: + packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen + version: 1.0 + - uses: https://github.com/dtolnay/rust-toolchain@stable + - run: cargo test --all-features \ No newline at end of file