Skip to content

Commit

Permalink
run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Dec 17, 2024
1 parent faad54d commit 8caa460
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ name: Cargo & Clippy Test

on:
push:
branches: [master]
paths:
- src/**
- test_files/**
- .cargo/**
- Cargo.toml
- Cargo.lock
- rust-toolchain.toml
- flake.nix
- flake.lock
pull_request:
paths:
- src/**
- test_files/**
- .cargo/**
- Cargo.toml
- Cargo.lock
- rust-toolchain.toml
- flake.nix
- flake.lock
# branches: [master]
# paths:
# - src/**
# - test_files/**
# - .cargo/**
# - Cargo.toml
# - Cargo.lock
# - rust-toolchain.toml
# - flake.nix
# - flake.lock
# pull_request:
# paths:
# - src/**
# - test_files/**
# - .cargo/**
# - Cargo.toml
# - Cargo.lock
# - rust-toolchain.toml
# - flake.nix
# - flake.lock

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
if [ -f "~/docker-images/${{ matrix.bash_docker_image }}-${{ matrix.sed }}" ]; then
docker load -i "~/docker-images/${{ matrix.bash_docker_image }}-${{ matrix.sed }}"
else
docker build --tag testbash
docker build --tag testbash -f TestEnvDockerfile
docker save -o "~/docker-images/${{ matrix.bash_docker_image }}-${{ matrix.sed }}"
fi
- name: Run cargo tests
Expand Down

0 comments on commit 8caa460

Please sign in to comment.