.github: Update test command

This commit is contained in:
Zhaofeng Li 2021-06-29 01:15:36 -07:00
parent 2d1821b20c
commit 652c66548d

View file

@ -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"