.github: Update test command
This commit is contained in:
parent
2d1821b20c
commit
652c66548d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: cachix/install-nix-action@v12
|
||||
- run: nix-shell dev-shell.nix --run "cargo test"
|
||||
- run: nix-shell --run "cargo test"
|
||||
|
|
Loading…
Reference in a new issue