Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
johannst committed Jul 18, 2024
1 parent 40b771e commit e6deb58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: which docker
- run: which podman
- run: make -C container
- run: cargo fmt -- --check
- run: cargo build --verbose
- run: cargo test --verbose
- run: podman run --rm -it -v $PWD:/work -w /work ks-rs cargo build --verbose
- run: podman run --rm -it -v $PWD:/work -w /work ks-rs cargo test --verbose

0 comments on commit e6deb58

Please sign in to comment.