Skip to content

Commit

Permalink
fix devshell (#3)
Browse files Browse the repository at this point in the history
* ci: add lock

* ci: set msrv default shell && rm update scripts

* ci: always show shell name in ci

* ci: support ssh sign
  • Loading branch information
yanganto committed Feb 24, 2024
1 parent 91885af commit ed85ca6
Show file tree
Hide file tree
Showing 5 changed files with 2,396 additions and 36 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Pre-commit checks
run: nix develop -L . --command pre-commit run --all-files
run: nix develop -L .#msrv --command pre-commit run --all-files

build-test:
name: Build, test, check Rust
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- "" # empty means default
- msrv
- stable
features:
- --no-default-features
- --all-features
Expand All @@ -59,8 +59,8 @@ jobs:
strategy:
matrix:
rust:
- "" # empty means default
- msrv
- stable
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -84,8 +84,8 @@ jobs:
strategy:
matrix:
rust:
- "" # empty means default
- msrv
- stable
target:
- wasm32-unknown-unknown
steps:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Added by Cargo
/target
Cargo.lock

# Dev environment
/.vscode
Expand Down
Loading

0 comments on commit ed85ca6

Please sign in to comment.