Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 1m12s
Some checks failed
Continuous integration / Build (push) Failing after 1m12s
This commit is contained in:
parent
556e57a979
commit
ae21ffc788
1 changed files with 6 additions and 3 deletions
|
@ -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 .
|
||||
- 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
|
Loading…
Reference in a new issue