Skip to content

Commit

Permalink
fix: nextest install's action
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Jun 25, 2024
1 parent 92d92c0 commit 48ab5e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
toolchain: stable
override: true
- uses: swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: taiki-e/install-action@c2c0b6efca88e97964ac243a1bce7fa796e0f56f # v2.41.4
- uses: taiki-e/install-action@ef7090108a583d4124f188b4958359153b2d19e1 # nextest

- name: Test
run: cargo nextest run --all-features --lib --bins --test keys
Expand All @@ -116,7 +116,7 @@ jobs:
toolchain: stable
override: true
- uses: swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: taiki-e/install-action@c2c0b6efca88e97964ac243a1bce7fa796e0f56f # v2.41.4
- uses: taiki-e/install-action@ef7090108a583d4124f188b4958359153b2d19e1 # nextest

- name: Test
run: cargo nextest run --release --all-features --test "*ctf*" --test crypton
Expand All @@ -135,7 +135,7 @@ jobs:
toolchain: nightly
override: true
- uses: swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: taiki-e/install-action@c2c0b6efca88e97964ac243a1bce7fa796e0f56f # v2.41.4
- uses: taiki-e/install-action@ef7090108a583d4124f188b4958359153b2d19e1 # nextest

- name: Tests
run: cargo nextest run --all-features --lib --bins --test keys
Expand Down

0 comments on commit 48ab5e6

Please sign in to comment.