Skip to content

Commit

Permalink
Merge pull request #26 from bennyhodl/lock-file-error
Browse files Browse the repository at this point in the history
lock file error test
  • Loading branch information
bennyhodl authored Jan 3, 2025
2 parents 7b14d35 + 9b12202 commit a18b1c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
# - uses: actions/checkout@v3
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: nightly-2023-10-24
# toolchain: nightly
# target: wasm32-unknown-unknown
# override: true
# profile: minimal

#
# - uses: jetli/[email protected]
# with:
# version: 'v0.12.1'

# version: "v0.12.1"
#
# - uses: actions/cache@v2
# with:
# path: |
Expand All @@ -63,10 +63,10 @@ jobs:
# restore-keys: |
# cargo-${{ runner.os }}-wasn-tests-
# cargo-${{ runner.os }}-

#
# - name: Build wasm package
# env:
# RUSTUP_TOOLCHAIN: nightly-2023-10-24
# RUSTUP_TOOLCHAIN: nightly
# run: wasm-pack build ./kormir-wasm --release --target web

wasm_checks:
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-10-24
toolchain: nightly
components: clippy
target: wasm32-unknown-unknown
override: true
Expand Down

0 comments on commit a18b1c9

Please sign in to comment.