Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 53s
Some checks failed
Continuous integration / Build (push) Failing after 53s
This commit is contained in:
parent
0a0e6bab26
commit
556e57a979
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,10 @@ name: Continuous integration
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: cargo test
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
# - uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
- run: cargo test --all-features
|
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
- run: nix build .
|
Loading…
Reference in a new issue