Skip to content

Commit

Permalink
chore(ci): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed May 13, 2024
1 parent 636b7af commit 8d65ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Debug
run: RUST_BACKTRACE=1 cargo test --verbose -- --nocapture
- name: Release
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare
run:
sudo apt-get install gcc-multilib;
Expand Down Expand Up @@ -62,6 +62,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Benchmark
run: cargo bench

0 comments on commit 8d65ad2

Please sign in to comment.