Skip to content

Commit

Permalink
Fix dpf path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Oct 1, 2023
1 parent b82d3c7 commit e8c6292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [main]
jobs:
test-dcf:
name: Test dcf
name: Test DCF
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -21,11 +21,11 @@ jobs:
- name: Test without multithreading
run: cargo test -F prg --no-default-features
test-dpf:
name: Test dpf
name: Test DPF
runs-on: ubuntu-latest
defaults:
run:
working-directory: dpf
working-directory: dpf-fss
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit e8c6292

Please sign in to comment.