Skip to content

Commit

Permalink
Python Release 🎉
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/python.yml
  • Loading branch information
NiiightmareXD committed Nov 10, 2023
1 parent b32452c commit 1c0d34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build -p windows-capture-native --verbose
run: cargo build -p windows-capture-python --verbose
- name: Run tests
run: cargo test -p windows-capture-native --verbose
run: cargo test -p windows-capture-python --verbose

0 comments on commit 1c0d34c

Please sign in to comment.